Class MistralTranscriptionSegmentDelta
Inheritance
MistralTranscriptionSegmentDelta
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class MistralTranscriptionSegmentDelta
Properties
|
Edit this page
View Source
End
Declaration
[JsonProperty("end")]
public double End { get; set; }
Property Value
|
Edit this page
View Source
Start
Declaration
[JsonProperty("start")]
public double Start { 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.segment"
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
IsValid()
Declaration
Returns
Extension Methods