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

    Class VADParameter

    VADParameter constants correspond to different Voice Activity Detection parameters that are used for end-pointing during recognition. You can change values of these parameters using setVADParameters method.

    Hierarchy

    • EmEnum
      • VADParameter
    Index

    Properties

    timeoutForNoSpeech: VADParameter

    Timeout after this many seconds even if nothing has been recognized. Default is 10 seconds.

    timeoutEndSilenceForGoodMatch: VADParameter

    Timeout after this many seconds if we had a good (high probability) match to the final state. Default is 1 second.

    timeoutEndSilenceForAnyMatch: VADParameter

    Timeout after this many seconds if we had any match (even if final state has not been reached). Default is 2 seconds.

    timeoutMaxDuration: VADParameter

    Timeout after this many seconds regardless of what has been recognized. This is effectively upper bound on the duration of recognition. Default value is 20 seconds.