Class EmbeddingsResponse
- Namespace
- OpenAI.Embeddings
- Assembly
- OpenAI-DotNet.dll
public sealed class EmbeddingsResponse : BaseResponse
- Inheritance
-
EmbeddingsResponse
- Inherited Members
Properties
Data
[JsonInclude]
[JsonPropertyName("data")]
public IReadOnlyList<Datum> Data { get; }
Property Value
Model
[JsonInclude]
[JsonPropertyName("model")]
public string Model { get; }
Property Value
Object
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }
Property Value
Usage
[JsonInclude]
[JsonPropertyName("usage")]
public Usage Usage { get; }