SpeechEvent is a packet of speech-to-text data.

interface SpeechEvent {
    alternatives?: [SpeechData, ...SpeechData[]];
    type: SpeechEventType;
}

Properties

Properties

alternatives?: [SpeechData, ...SpeechData[]]