Search Results for

    Show / Hide Table of Contents

    Class ImageGenerationToolSettings

    Inheritance
    object
    ImageGenerationToolSettings
    Implements
    IHostedToolOptions
    IImageGenerationOptions
    IGenerationOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    [Serializable]
    public class ImageGenerationToolSettings : IHostedToolOptions, IImageGenerationOptions, IGenerationOptions

    Properties

    | Edit this page View Source

    Api

    Declaration
    public Api Api { get; }
    Property Value
    Type Description
    Api
    | 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 ConnectionMode ConnectionMode { get; }
    Property Value
    Type Description
    ConnectionMode
    | Edit this page View Source

    InputFidelity

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

    Model

    Declaration
    public Model Model { get; }
    Property Value
    Type Description
    Model
    | 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 bool Stream { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    Style

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

    ToolTypesByApi

    Declaration
    public Dictionary<Api, ToolType> ToolTypesByApi { get; }
    Property Value
    Type Description
    Dictionary<Api, ToolType>
    | Edit this page View Source

    WriteGenerationRecords

    Declaration
    public bool WriteGenerationRecords { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    GetHostedTools(Model)

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

    Implements

    IHostedToolOptions
    IImageGenerationOptions
    IGenerationOptions

    Extension Methods

    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