Share via


FindChoicesOptions.RecognizeNumbers Property

Definition

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.

Applies to