AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Voice

    Inheritance
    object
    AIDevKitAsset
    Voice
    Implements
    IData
    Inherited Members
    AIDevKitAsset.id
    AIDevKitAsset.displayName
    AIDevKitAsset.api
    AIDevKitAsset.deprecated
    AIDevKitAsset.custom
    AIDevKitAsset.locked
    AIDevKitAsset.Id
    AIDevKitAsset.Api
    AIDevKitAsset.IsCustom
    AIDevKitAsset.IsDeprecated
    AIDevKitAsset.ToString()
    AIDevKitAsset.Equals(AIDevKitAsset)
    AIDevKitAsset.Equals(object)
    AIDevKitAsset.GetHashCode()
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class Voice : AIDevKitAsset, IData

    Properties

    Name

    The name of the asset If it's a model: "gpt-3.5-turbo", "gemini-pro-vision" If it's a voice: "alloy"(OpenAI), "rachel"(ElevenLabs) This is a human-readable name for the model that can be displayed in the UI or logs.

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    string
    Overrides
    AIDevKitAsset.Name

    Operators

    implicit operator Voice(string)

    Declaration
    public static implicit operator Voice(string apiName)
    Parameters
    Type Name Description
    string apiName
    Returns
    Type Description
    Voice

    Implements

    IData
    In this article
    Back to top Generated by DocFX