RecognitionProperty.Segmentation Field

RecognitionProperty.Segmentation Field

Retrieves a globally unique identifier (GUID) that specifies the segmentation of the RecognitionAlternate object.

Definition

Visual Basic .NET Public Shared Segmentation As Guid
C# public static Guid Segmentation;
Managed C++ public: static Guid Segmentation;

Field Value

System.Guid. The GUID that specifies the segmentation of the RecognitionAlternate object.

This field is read-only. This field has no default value.

Remarks

The Tablet PC application programming interface (API) uses globally unique identifiers (GUIDs) to identify packet properties, recognition properties, drawing attributes, and general ink properties. These globally unique identifiers (GUIDs) are available as read-only fields of the RecognitionProperty object. Use these GUIDs to access properties of a RecognitionAlternate object by calling the GetPropertyValue method.

Segmentation specifies the basic ink fragment or unit that the recognizer uses to produce a recognition result.

See Also