@nosto/search-js
    Preparing search index...

    Type Alias SpeechToText

    type SpeechToText = {
        listening: boolean;
        startListening: () => void;
        stopListening: () => void;
    }
    Index

    Properties

    listening: boolean
    startListening: () => void
    stopListening: () => void