keenasr-web - v2.0.5
    Preparing search index...

    Class RecognizerState

    These constants indicate different states recognizer can assume.

    Hierarchy

    • EmEnum
      • RecognizerState
    Index

    Properties

    FINAL_PROCESSING: RecognizerState

    Recognizer is not acquiring incoming audio any more, it is computing the final result. Recognizer is not likely to be in this state for a long time; approximately 100-300ms, depending on the device and the CPU speed.

    LISTENING: RecognizerState

    Recognizer is actively listening. Any calls to startListening will be ignored.

    NEEDS_DECODING_GRAPH: RecognizerState

    Recognizer is initialized but it needs decoding graph before it can start listening.

    READY_TO_LISTEN: RecognizerState

    Recognizer is ready to start listening.