Class ImageGenerationSettings
Inheritance
ImageGenerationSettings
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
[Serializable]
public sealed class ImageGenerationSettings : GenerationSettings, IImageGenerationOptions, IGenerationOptions, IImageRequestOptions, IProviderRequestOptions
Properties
|
Edit this page
View Source
AspectRatio
Declaration
public GoogleTypes.AspectRatio AspectRatio { get; }
Property Value
|
Edit this page
View Source
Background
Declaration
public OpenAITypes.ImageBackground Background { get; }
Property Value
|
Edit this page
View Source
Compression
Declaration
public OpenAITypes.ImageCompressionLevel Compression { get; }
Property Value
|
Edit this page
View Source
ConnectionMode
Declaration
public override ConnectionMode ConnectionMode { get; }
Property Value
Overrides
|
Edit this page
View Source
Declaration
public OpenAITypes.Fidelity InputFidelity { get; }
Property Value
|
Edit this page
View Source
ModelType
Declaration
public override ModelType ModelType { get; }
Property Value
Overrides
|
Edit this page
View Source
Moderation
Declaration
public OpenAITypes.ImageModeration Moderation { get; }
Property Value
|
Edit this page
View Source
PersonGeneration
Declaration
public GoogleTypes.PersonGeneration PersonGeneration { get; }
Property Value
|
Edit this page
View Source
Quality
Declaration
public string Quality { get; }
Property Value
|
Edit this page
View Source
Sender
Declaration
public string Sender { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public string Size { get; }
Property Value
|
Edit this page
View Source
Stream
Declaration
public override bool Stream { get; }
Property Value
Overrides
|
Edit this page
View Source
Style
Declaration
public OpenAITypes.ImageStyle Style { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public ToolType Type { get; }
Property Value
Methods
|
Edit this page
View Source
Declaration
public IEnumerable<Tool> GetTools(Model model)
Parameters
| Type |
Name |
Description |
| Model |
model |
|
Returns
Implements
Extension Methods