AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AIModuleComponent

    Inheritance
    object
    AIDevKitComponent
    AIModuleComponent
    AudioInputComponent<T>
    ImageGenerator
    TextToSpeech
    Inherited Members
    AIDevKitComponent.debugMode
    AIDevKitComponent.onError
    AIDevKitComponent.OnError(string)
    AIDevKitComponent.OnError(Exception)
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    public abstract class AIModuleComponent : AIDevKitComponent

    Fields

    model

    Declaration
    protected string model
    Field Value
    Type Description
    string

    outputPath

    Declaration
    protected string outputPath
    Field Value
    Type Description
    string

    Properties

    Model

    Declaration
    public Model Model { get; set; }
    Property Value
    Type Description
    Model

    OutputPath

    Declaration
    public string OutputPath { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX