TranscriptionResponse
Defined in: SpeechConverterInterface.ts:30
Properties
error?
optional error: string;
Defined in: SpeechConverterInterface.ts:34
success
success: boolean;
Defined in: SpeechConverterInterface.ts:31
timestamp?
optional timestamp: number;
Defined in: SpeechConverterInterface.ts:33
transcription
transcription: string;
Defined in: SpeechConverterInterface.ts:32