Class TitanImageResponse
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanImageResponse : IGeneratedBase64Array
Properties
| Edit this page View SourceBase64Array
Required. A list of base64-encoded image strings.
Declaration
[JsonProperty("images")]
public string[] Base64Array { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Error
Optional. Error message if the request failed.
Declaration
[JsonProperty("error")]
public string Error { get; set; }
Property Value
| Type | Description |
|---|---|
| string |