GrammarList.SetRecognitionFactor(Double, RecognitionFactorScope) Method

Definition

Sets the recognition factor applied to all grammars in a recognizer's GrammarList.

public void SetRecognitionFactor (double factor, Microsoft.CognitiveServices.Speech.RecognitionFactorScope scope);
member this.SetRecognitionFactor : double * Microsoft.CognitiveServices.Speech.RecognitionFactorScope -> unit
Public Sub SetRecognitionFactor (factor As Double, scope As RecognitionFactorScope)

Parameters

factor
Double

The recognition factor to apply

scope
RecognitionFactorScope

The scope for the recognition factor being set

Remarks

The recognition factor is a numerical value greater than 0 modifies the default weight applied to supplied grammars. Setting the recognition factor to 0 will disable the supplied grammars. The default recognition factor is 1.

Applies to