Share via


FindChoicesOptions.RecognizeOrdinals Property

Definition

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.

Applies to