Interface SpeechSessionUtteranceCapturedEvent

interface SpeechSessionUtteranceCapturedEvent {
    reason: SpeechSessionBoundaryReason;
    capture: SpeechSessionAudioCapture;
}

Properties

Properties