Class MarengoEmbedRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
[JsonConverter(typeof(MarengoEmbedRequestJsonConverter))]
public class MarengoEmbedRequest : MarengoEmbedRequestBase
Properties
| Edit this page View SourceInferenceId
Optional. An optional inference ID.
Declaration
public string InferenceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Input
The media input object.
Declaration
public MarengoEmbedInput Input { get; set; }
Property Value
| Type | Description |
|---|---|
| MarengoEmbedInput |