Class MistralTranscriptionEvent
Inheritance
MistralTranscriptionEvent
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
[JsonConverter(typeof(MistralTranscriptionEventConverter))]
public sealed class MistralTranscriptionEvent : ICompletableEvent, IEvent, IUsageProvider, IProjector<Transcript>
Constructors
|
Edit this page
View Source
MistralTranscriptionEvent(string, object)
Declaration
public MistralTranscriptionEvent(string type, object data)
Parameters
Fields
|
Edit this page
View Source
Done
Declaration
public const string Done = "transcription.done"
Field Value
|
Edit this page
View Source
Language
Declaration
public const string Language = "transcription.language"
Field Value
|
Edit this page
View Source
Segment
Declaration
public const string Segment = "transcription.segment"
Field Value
|
Edit this page
View Source
TextDelta
Declaration
public const string TextDelta = "transcription.text.delta"
Field Value
Properties
|
Edit this page
View Source
Data
Declaration
[JsonProperty("data")]
public object Data { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetData()
Declaration
Returns
|
Edit this page
View Source
GetUsage()
Declaration
Returns
|
Edit this page
View Source
IsDone()
Declaration
Returns
|
Edit this page
View Source
IsValid()
Declaration
Returns
|
Edit this page
View Source
Project()
Declaration
public Transcript Project()
Returns
Implements
Extension Methods