Sdílet prostřednictvím


RecognitionResult.DefaultMaximumRecognitionAlternates Field

Retrieves the default maximum number of RecognitionAlternates to get from the recognizer.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Shared ReadOnly DefaultMaximumRecognitionAlternates As Integer
'Usage
Dim value As Integer 

value = RecognitionResult.DefaultMaximumRecognitionAlternates
public static readonly int DefaultMaximumRecognitionAlternates
public:
static initonly int DefaultMaximumRecognitionAlternates
public static final var DefaultMaximumRecognitionAlternates : int

Field Value

Type: System.Int32
The default maximum number of recognition alternates to get from the recognizer.

Remarks

This field can be passed as the maximumAlternates parameter to the GetAlternatesFromSelection(Int32, Int32, Int32) method.

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

RecognitionResult Class

RecognitionResult Members

Microsoft.Ink Namespace

RecognitionResult.GetAlternatesFromSelection