AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class GenerativeProfile<TOptions>

    Inheritance
    object
    GenerativeProfile<TOptions>
    ModerationProfile
    SpeechToTextProfile
    TextToImageProfile
    TextToSpeechProfile
    VoiceChangerProfile
    Namespace: Glitch9.AIDevKit.Advanced
    Assembly: .dll
    Syntax
    public abstract class GenerativeProfile<TOptions> : ScriptableObject where TOptions : GenerativeOptions, new()
    Type Parameters
    Name Description
    TOptions

    Fields

    options

    Declaration
    protected TOptions options
    Field Value
    Type Description
    TOptions

    Properties

    Options

    Declaration
    public TOptions Options { get; }
    Property Value
    Type Description
    TOptions
    In this article
    Back to top Generated by DocFX