Interface SpeechSessionErrorEvent

interface SpeechSessionErrorEvent {
    error: Error;
}

Properties

Properties

error: Error