Class TitanTextToImageParams
Inheritance
TitanTextToImageParams
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TitanTextToImageParams : ITitanImageParams
Properties
| Edit this page View SourceNegativeText
Optional. A text prompt to define what not to include in the image.
Declaration
[JsonProperty("negativeText")]
public string NegativeText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Required. A text prompt to generate the image.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |