Class Datum
- Namespace
- OpenAI.Embeddings
- Assembly
- OpenAI-DotNet.dll
public sealed class Datum
- Inheritance
-
Datum
- Inherited Members
Properties
Embedding
[JsonInclude]
[JsonPropertyName("embedding")]
public IReadOnlyList<double> Embedding { get; }
Property Value
Index
[JsonInclude]
[JsonPropertyName("index")]
public int Index { get; }
Property Value
Object
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }