FindChoicesOptions.RecognizeOrdinals 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 Ordinal Numbers using the NumberRecognizer's OrdinalModel.
public bool RecognizeOrdinals { get; set; }
member this.RecognizeOrdinals : bool with get, set
Public Property RecognizeOrdinals As Boolean
Property Value
Default is true
. If false
, the Ordinal Model will not be used to check the utterance for ordinal numbers.