Class MarengoEmbedInput.MarengoSegmentation
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class MarengoEmbedInput.MarengoSegmentation
Properties
| Edit this page View SourceDynamic
Optional. Parameters for dynamic segmentation.
Declaration
[JsonProperty("dynamic")]
public MarengoEmbedInput.DynamicSegmentation Dynamic { get; set; }
Property Value
| Type | Description |
|---|---|
| MarengoEmbedInput.DynamicSegmentation |
Fixed
Optional. Parameters for fixed segmentation.
Declaration
[JsonProperty("fixed")]
public MarengoEmbedInput.FixedSegmentation Fixed { get; set; }
Property Value
| Type | Description |
|---|---|
| MarengoEmbedInput.FixedSegmentation |
Method
Required. Segmentation method, e.g., "fixed", "dynamic".
Declaration
[JsonProperty("method")]
public string Method { get; set; }
Property Value
| Type | Description |
|---|---|
| string |