AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelLanguage

    Represents a language supported by a model.

    Inheritance
    object
    ModelLanguage
    Namespace: Glitch9.AIDevKit.ElevenLabs
    Assembly: .dll
    Syntax
    public class ModelLanguage

    Properties

    LanguageId

    The unique identifier of the language.

    Declaration
    public string LanguageId { get; set; }
    Property Value
    Type Description
    string

    Name

    The name of the language.

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