AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ImageGenerator

    Inheritance
    object
    AIDevKitComponent
    AIModuleComponent
    ImageGenerator
    Inherited Members
    AIModuleComponent.model
    AIModuleComponent.outputPath
    AIModuleComponent.Model
    AIModuleComponent.OutputPath
    AIDevKitComponent.debugMode
    AIDevKitComponent.onError
    AIDevKitComponent.OnError(string)
    AIDevKitComponent.OnError(Exception)
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    public class ImageGenerator : AIModuleComponent

    Methods

    GenerateImageAsync(string)

    Declaration
    public UniTask<GeneratedImage> GenerateImageAsync(string text)
    Parameters
    Type Name Description
    string text
    Returns
    Type Description
    UniTask<GeneratedImage>
    In this article
    Back to top Generated by DocFX