Class AmazonTitanImageEditOptions
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class AmazonTitanImageEditOptions : AmazonTitanImageOptionsBase, IImageRequestOptions, IProviderRequestOptions
Properties
| Edit this page View SourceOutPaintingMode
Optional. Specifies whether to allow modification of the pixels inside the mask. Enum: DEFAULT | PRECISE
Declaration
public string OutPaintingMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReturnMask
Optional. Whether to return the mask along with the result. Default is false.
Declaration
public bool? ReturnMask { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |