Search Results for

    Show / Hide Table of Contents

    Class ContentEmbeddingResponse

    Inheritance
    object
    ContentEmbeddingResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class ContentEmbeddingResponse

    Properties

    BatchDuration

    Declaration
    [JsonPropertyName("batch_duration")]
    public float BatchDuration { get; set; }
    Property Value
    Type Description
    float

    BatchSize

    Declaration
    [JsonPropertyName("batch_size")]
    public int BatchSize { get; set; }
    Property Value
    Type Description
    int

    Id

    Declaration
    [JsonPropertyName("id")]
    public string? Id { get; set; }
    Property Value
    Type Description
    string

    Text

    Declaration
    [JsonPropertyName("text")]
    public string? Text { get; set; }
    Property Value
    Type Description
    string

    TextEnd

    Declaration
    [JsonPropertyName("text_end")]
    public int TextEnd { get; set; }
    Property Value
    Type Description
    int

    TextStart

    Declaration
    [JsonPropertyName("text_start")]
    public int TextStart { get; set; }
    Property Value
    Type Description
    int

    Vector

    Declaration
    [JsonPropertyName("vector")]
    public List<float> Vector { get; set; }
    Property Value
    Type Description
    List<float>
    In this article
    Back to top Generated by DocFX