Interface SpeechSessionStateChangedEvent

interface SpeechSessionStateChangedEvent {
    previous: SpeechSessionState;
    current: SpeechSessionState;
}

Properties

Properties