RecognitionResult.DefaultMaximumRecognitionAlternates Field
RecognitionResult.DefaultMaximumRecognitionAlternates Field |
Retrieves the default maximum number of RecognitionAlternates to get from the recognizer.
Definition
Field Value
System.Int32. The default maximum number of recognition alternates to get from the recognizer.
This field is read-only. This field has no default value.
Remarks
This field can be passed as the maximumAlternates parameter to the GetAlternatesFromSelection(Int32,Int32,Int32) method.
See Also