Interface SpeechSessionSpeechStartedEvent

interface SpeechSessionSpeechStartedEvent {
    timestamp: number;
    vad: VADResult;
}

Properties

Properties

timestamp: number