Search Results for

    Show / Hide Table of Contents

    Class MarengoEmbedData

    Inheritance
    object
    MarengoEmbedData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.AmazonAws
    Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
    Syntax
    public class MarengoEmbedData

    Properties

    | Edit this page View Source

    Embedding

    Required. Embeddings vector representation of input.

    Declaration
    [JsonProperty("embedding")]
    public double[] Embedding { get; set; }
    Property Value
    Type Description
    double[]
    | Edit this page View Source

    EmbeddingOption

    Required. The type of embeddings. Possible values: "visual", "audio", "transcription". Compatible input types: Video, Audio.

    Declaration
    [JsonProperty("embeddingOption")]
    public string[] EmbeddingOption { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    EmbeddingScope

    Required. Specifies the scope of the embeddings to retrieve. Possible values: "clip", "asset".

    Declaration
    [JsonProperty("embeddingScope")]
    public string[] EmbeddingScope { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    EndSec

    Required. The end offset of the clip. Not applicable for text, image and text_image embeddings. Compatible input types: Video, Audio.

    Declaration
    [JsonProperty("endSec")]
    public double EndSec { get; set; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    StartSec

    Required. The start offset of the clip. Compatible input types: Video, Audio.

    Declaration
    [JsonProperty("startSec")]
    public double StartSec { get; set; }
    Property Value
    Type Description
    double

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation