Class MistralTranscriptionDone
Inheritance
MistralTranscriptionDone
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralTranscriptionDone
Properties
|
Edit this page
View Source
Language
Declaration
[JsonProperty("language")]
public string Language { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
[JsonProperty("model")]
public string Model { get; set; }
Property Value
|
Edit this page
View Source
Segments
Declaration
[JsonProperty("segments")]
public VerboseTranscript.Segment[] Segments { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Type
Default Value: "transcription.done"
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
|
Edit this page
View Source
Usage
Declaration
[JsonProperty("usage")]
public Usage Usage { get; set; }
Property Value
Methods
|
Edit this page
View Source
IsValid()
Declaration
Returns
Extension Methods