Search Results for

    Show / Hide Table of Contents

    Interface IImageGenerationOptions

    Inherited Members
    IGenerationOptions.Api
    IGenerationOptions.Model
    IGenerationOptions.ConnectionMode
    IGenerationOptions.Stream
    IGenerationOptions.WriteGenerationRecords
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IImageGenerationOptions : IGenerationOptions

    Properties

    | Edit this page View Source

    AspectRatio

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

    Background

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

    Compression

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

    InputFidelity

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

    Moderation

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

    PersonGeneration

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

    Quality

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

    Size

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

    Style

    Declaration
    OpenAITypes.ImageStyle Style { get; }
    Property Value
    Type Description
    OpenAITypes.ImageStyle

    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