Class MistralTranscriptionLanguage
Inheritance
MistralTranscriptionLanguage
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralTranscriptionLanguage
Properties
|
Edit this page
View Source
AudioLanguage
Declaration
[JsonProperty("audio_language")]
public string AudioLanguage { get; set; }
Property Value
|
Edit this page
View Source
Type
Default Value: "transcription.language"
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
IsValid()
Declaration
Returns
Extension Methods