Interface IGenerativeVisualRequest
Common contract for image and video generation requests.
"Visual" explicitly excludes audio ??this covers any generation request
whose primary output is an image or video frame.
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IGenerativeVisualRequest : IGenerativeRequest
Properties
|
Edit this page
View Source
NegativePrompt
Declaration
string NegativePrompt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
FileResponseFormat? ResponseFormat { get; set; }
Property Value
|
Edit this page
View Source
Seed
Declaration
Property Value
|
Edit this page
View Source
Size
Declaration
MediaSize Size { get; set; }
Property Value
Extension Methods