AnalysisHintNode.TopInkBreaksOnly Property
Gets or sets a value indicating whether the multiple segmentations in the ink recognition results are disabled.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)
Syntax
'Declaration
Public Property TopInkBreaksOnly As Boolean
'Usage
Dim instance As AnalysisHintNode
Dim value As Boolean
value = instance.TopInkBreaksOnly
instance.TopInkBreaksOnly = value
public bool TopInkBreaksOnly { get; set; }
public:
property bool TopInkBreaksOnly {
bool get ();
void set (bool value);
}
public function get TopInkBreaksOnly () : boolean
public function set TopInkBreaksOnly (value : boolean)
Property Value
Type: System.Boolean
true if the multiple segmentations in the ink recognition results are disabled; otherwise, false.
Remarks
TopInkBreaksOnly is used to turn off the InkRecognizer'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. The default value is false, returning all detected segmentations.
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