GrammarList.SetRecognitionFactor(Double, RecognitionFactorScope) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET