AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class GenerativeOptions

    Inheritance
    object
    GenerativeOptions
    ModerationOptions
    SpeechToTextOptions
    TextToImageOptions
    TextToSpeechOptions
    VoiceChangerOptions
    Implements
    IGENOptions
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public abstract class GenerativeOptions : IGENOptions

    Fields

    ModelId

    Optional. Custom moderation model to use. This will be ignored for Google API calls because Google has its own moderation process.

    Declaration
    public string ModelId
    Field Value
    Type Description
    string

    Properties

    Api

    Declaration
    public virtual Api Api { get; }
    Property Value
    Type Description
    Api

    Implements

    IGENOptions
    In this article
    Back to top Generated by DocFX