Struct TextToImageRequest
Syntax
[Serializable]
public struct TextToImageRequest
Constructors
TextToImageRequest(String, Boolean, UInt32, Int32, UInt32, UInt32)
Declaration
public TextToImageRequest(string negative_prompt, bool seamless, uint seed, int model, uint width, uint height)
Parameters
Fields
height
Declaration
Field Value
model
Declaration
Field Value
negative_prompt
Declaration
public string negative_prompt
Field Value
seamless
Declaration
Field Value
seed
Declaration
Field Value
width
Declaration
Field Value