Share via


PropertyGuidsForAnalysisHints.TopInkBreaksOnly Field

Specifies the globally unique identifier (GUID) for disabling multiple segmentations in the ink recognition results.

Namespace:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.dll)

Syntax

'Declaration
Public Shared ReadOnly TopInkBreaksOnly As Guid
'Usage
Dim value As Guid 

value = PropertyGuidsForAnalysisHints.TopInkBreaksOnly
public static readonly Guid TopInkBreaksOnly
public:
static initonly Guid TopInkBreaksOnly
public static final var TopInkBreaksOnly : Guid

Remarks

TopInkBreaksOnly can be used to turn off recognizer's ability to return recognition results based on more than one recognition segment of the ink, where each segment corresponds to a word (in recognizers of Latin script) or a character (in recognizers of East Asian characters). For example, the word "together" always returns alternates based as a single word. The recognizer does not recognize the string as "to get her" or some other variation with differing segmentation.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

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

PropertyGuidsForAnalysisHints Class

PropertyGuidsForAnalysisHints Members

System.Windows.Ink Namespace