Class TitanBackgroundRemovalParams
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanBackgroundRemovalParams : ITitanImageParams
Properties
| Edit this page View SourceImage
Required. The JPEG or PNG image to modify, formatted as a base64-encoded RGB pixel string.
Declaration
[JsonProperty("image")]
public string Image { get; set; }
Property Value
| Type | Description |
|---|---|
| string |