Class ModelLanguage
Represents a language supported by a model.
Inherited Members
Namespace: Glitch9.AIDevKit.ElevenLabs
Assembly: Glitch9.AIDevKit.Provider.ElevenLabs.dll
Syntax
public class ModelLanguage
Properties
| Edit this page View SourceLanguageId
The unique identifier of the language.
Declaration
[JsonProperty("language_id")]
public string LanguageId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
The name of the language.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |