Search Results for

    Show / Hide Table of Contents

    Class ImageGenerationSettings

    Inheritance
    object
    GenerationSettings
    ImageGenerationSettings
    Implements
    IImageGenerationOptions
    IGenerationOptions
    IImageRequestOptions
    IProviderRequestOptions
    Inherited Members
    GenerationSettings.Api
    GenerationSettings.Model
    GenerationSettings.WriteGenerationRecords
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    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
    Type Description
    GoogleTypes.AspectRatio
    | Edit this page View Source

    Background

    Declaration
    public OpenAITypes.ImageBackground Background { get; }
    Property Value
    Type Description
    OpenAITypes.ImageBackground
    | Edit this page View Source

    Compression

    Declaration
    public OpenAITypes.ImageCompressionLevel Compression { get; }
    Property Value
    Type Description
    OpenAITypes.ImageCompressionLevel
    | Edit this page View Source

    ConnectionMode

    Declaration
    public override ConnectionMode ConnectionMode { get; }
    Property Value
    Type Description
    ConnectionMode
    Overrides
    GenerationSettings.ConnectionMode
    | Edit this page View Source

    InputFidelity

    Declaration
    public OpenAITypes.Fidelity InputFidelity { get; }
    Property Value
    Type Description
    OpenAITypes.Fidelity
    | Edit this page View Source

    ModelType

    Declaration
    public override ModelType ModelType { get; }
    Property Value
    Type Description
    ModelType
    Overrides
    GenerationSettings.ModelType
    | Edit this page View Source

    Moderation

    Declaration
    public OpenAITypes.ImageModeration Moderation { get; }
    Property Value
    Type Description
    OpenAITypes.ImageModeration
    | Edit this page View Source

    PersonGeneration

    Declaration
    public GoogleTypes.PersonGeneration PersonGeneration { get; }
    Property Value
    Type Description
    GoogleTypes.PersonGeneration
    | Edit this page View Source

    Quality

    Declaration
    public string Quality { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Sender

    Declaration
    public string Sender { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Size

    Declaration
    public string Size { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Stream

    Declaration
    public override bool Stream { get; }
    Property Value
    Type Description
    bool
    Overrides
    GenerationSettings.Stream
    | Edit this page View Source

    Style

    Declaration
    public OpenAITypes.ImageStyle Style { get; }
    Property Value
    Type Description
    OpenAITypes.ImageStyle
    | Edit this page View Source

    Type

    Declaration
    public ToolType Type { get; }
    Property Value
    Type Description
    ToolType

    Methods

    | Edit this page View Source

    GetTools(Model)

    Declaration
    public IEnumerable<Tool> GetTools(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    IEnumerable<Tool>

    Implements

    IImageGenerationOptions
    IGenerationOptions
    IImageRequestOptions
    IProviderRequestOptions

    Extension Methods

    AIDevKitComponentExtensions.ToOptions(ImageGenerationSettings)
    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation