KeenASR React Native Plugin (v2.2)
    Preparing search index...

    Function stopListening

    • Stop listening for speech.

      Stops audio capture and recognition. This does not trigger an onFinalResponse event. To get the final result before stopping, set short VAD timeouts (e.g., via setVADParameter) so the recognizer stops naturally.

      Returns Promise<boolean>

      true if stop was successful.