Table of Contents

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

IReadOnlyList<double>

Index

[JsonInclude]
[JsonPropertyName("index")]
public int Index { get; }

Property Value

int

Object

[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }

Property Value

string