AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Interface IGENTask

    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public interface IGENTask

    Properties

    enableHistory

    Declaration
    bool enableHistory { get; }
    Property Value
    Type Description
    bool

    Methods

    ExecuteAsync()

    Declaration
    UniTask ExecuteAsync()
    Returns
    Type Description
    UniTask

    SetOption(string, object)

    Declaration
    void SetOption(string key, object value)
    Parameters
    Type Name Description
    string key
    object value

    TryGetOption<T>(string, out T)

    Declaration
    bool TryGetOption<T>(string key, out T value)
    Parameters
    Type Name Description
    string key
    T value
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T

    Extension Methods

    FluentAPIExtensions.SetAspectRatio<TTask>(TTask, AspectRatio)
    FluentAPIExtensions.SetPersonGeneration<TTask>(TTask, PersonGeneration)
    FluentAPIExtensions.SetSize<T>(T, ImageSize)
    In this article
    Back to top Generated by DocFX