Class StabilityResponse
Inheritance
StabilityResponse
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class StabilityResponse : IGeneratedBase64Array
Properties
|
Edit this page
View Source
Base64Array
Declaration
[JsonProperty("images")]
public string[] Base64Array { get; set; }
Property Value
|
Edit this page
View Source
Error
Declaration
[JsonIgnore]
public string Error { get; set; }
Property Value
|
Edit this page
View Source
FinishReasons
Declaration
[JsonProperty("finish_reasons")]
public string[] FinishReasons { get; set; }
Property Value
|
Edit this page
View Source
Seeds
Declaration
[JsonProperty("seeds")]
public long[] Seeds { get; set; }
Property Value
Implements
Extension Methods