Interface IImageGenerationOptions
Assembly: Glitch9.AIDevKit.dll
Syntax
public interface IImageGenerationOptions : IGenerationOptions
Properties
|
Edit this page
View Source
AspectRatio
Declaration
GoogleTypes.AspectRatio AspectRatio { get; }
Property Value
|
Edit this page
View Source
Background
Declaration
OpenAITypes.ImageBackground Background { get; }
Property Value
|
Edit this page
View Source
Compression
Declaration
OpenAITypes.ImageCompressionLevel Compression { get; }
Property Value
|
Edit this page
View Source
Declaration
OpenAITypes.Fidelity InputFidelity { get; }
Property Value
|
Edit this page
View Source
Moderation
Declaration
OpenAITypes.ImageModeration Moderation { get; }
Property Value
|
Edit this page
View Source
PersonGeneration
Declaration
GoogleTypes.PersonGeneration PersonGeneration { get; }
Property Value
|
Edit this page
View Source
Quality
Declaration
Property Value
|
Edit this page
View Source
Size
Declaration
Property Value
|
Edit this page
View Source
Style
Declaration
OpenAITypes.ImageStyle Style { get; }
Property Value
Extension Methods