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

    Class VADParameter

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

    Hierarchy

    • EmEnum
      • VADParameter
    Index

    Properties

    timeoutEndSilenceForAnyMatch: VADParameter

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

    timeoutEndSilenceForGoodMatch: VADParameter

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

    timeoutForNoSpeech: VADParameter

    Timeout after this many seconds even if nothing has been recognized. Default is 10 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.