Class MarengoEmbedData
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class MarengoEmbedData
Properties
| Edit this page View SourceEmbedding
Required. Embeddings vector representation of input.
Declaration
[JsonProperty("embedding")]
public double[] Embedding { get; set; }
Property Value
| Type | Description |
|---|---|
| double[] |
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[] |
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[] |
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 |
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 |