Chartbreaker
    Preparing search index...

    Interface SpeechRecognitionEventInit

    interface SpeechRecognitionEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        resultIndex?: number;
        results: SpeechRecognitionResultList;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    resultIndex?: number