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 |