PropertyGuidsForAnalysisHintsBase.TopInkBreaksOnly Field
Specifies the globally unique identifier (GUID) for disabling multiple segmentations in the ink recognition results.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in iacore.dll)
Syntax
'Declaration
Public Shared ReadOnly TopInkBreaksOnly As Guid
'Usage
Dim value As Guid
value = PropertyGuidsForAnalysisHintsBase.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 ink 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 on "together" being a single word, and the recognizer does not consider the string might also be "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
PropertyGuidsForAnalysisHintsBase Class
PropertyGuidsForAnalysisHintsBase Members
System.Windows.Ink.AnalysisCore Namespace