FindChoicesOptions.RecognizeNumbers Property
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.
Gets or sets a value indicating whether the recognizer should check for Numbers using the NumberRecognizer's NumberModel.
public bool RecognizeNumbers { get; set; }
member this.RecognizeNumbers : bool with get, set
Public Property RecognizeNumbers As Boolean
Property Value
Default is true
. If false
, the Number Model will not be used to check the utterance for numbers.