Class ContentEmbeddingResponse
Inheritance
ContentEmbeddingResponse
Assembly: Seclai.dll
Syntax
public sealed class ContentEmbeddingResponse
Properties
BatchDuration
Declaration
[JsonPropertyName("batch_duration")]
public float BatchDuration { get; set; }
Property Value
BatchSize
Declaration
[JsonPropertyName("batch_size")]
public int BatchSize { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Text
Declaration
[JsonPropertyName("text")]
public string? Text { get; set; }
Property Value
TextEnd
Declaration
[JsonPropertyName("text_end")]
public int TextEnd { get; set; }
Property Value
TextStart
Declaration
[JsonPropertyName("text_start")]
public int TextStart { get; set; }
Property Value
Vector
Declaration
[JsonPropertyName("vector")]
public List<float> Vector { get; set; }
Property Value