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 Guid TopInkBreaksOnly
public static final var TopInkBreaksOnly : Guid
Not applicable.

Remarks

TopInkBreaksOnly can be used to turn off the iInkAnalyzer'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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

PropertyGuidsForAnalysisHints Class
PropertyGuidsForAnalysisHints Members
System.Windows.Ink Namespace