Interface SpeechSessionTranscriptEvent

interface SpeechSessionTranscriptEvent {
    result: SpeechTranscriptionResult;
    capture: SpeechSessionAudioCapture;
}

Properties

Properties