Analysis Hint Properties

Defines globally unique identifiers (GUIDs) for properties of an analysis hint node (see IContextNode::GetType).

The following table describes information referenced by each constant.

Constant Description
GUID_AHP_ALLOWPARTIALDICTIONARYTERMS
Whether partial dictionary terms are allowed on an analysis hint.
GUID_AHP_ANALYSISHINTNAME
The name of an analysis hint.
GUID_AHP_COERCETOFACTOID
Whether the ink analyzer limits its analysis of ink within the hint's area to conform to the factoid.
GUID_AHP_ENABLEDUNICODECHARACTERRANGES
The hint contains an array of characters that represent the restricted set of supported unicode character set supported by this InkRecognizer.
GUID_AHP_FACTOID
The factoid on an analysis hint.
GUID_AHP_GUIDE
The InkAnalysisRecognizerGuide structure that represents the guide for an analysis hint.
GUID_AHP_PREFIXTEXT
The prefix text on an analysis hint.
GUID_AHP_SUFFIXTEXT
The suffix text on an analysis hint.
GUID_AHP_TOPINKBREAKSONLY
Whether the multiple segmentations in the ink recognition results are disabled.
GUID_AHP_WORDLIST
The array of strings that represents the word list for an analysis hint.
GUID_AHP_WORDMODE
Whether the ink analyzer prioritizes single-word results over multiple-word results for an analysis hint.

Remarks

These GUIDs are used to identify properties that the IInkAnalyzer can set on an analysis hint context node (see IContextNode::GetType).

To get or set properties of an IContextNode in general, see Context Node Properties.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
Iaguid.h

See also

Context Node Properties

Context Node Types

IInkAnalyzer::CreateAnalysisHint Method

IInkAnalyzer::GetAnalysisHintsByName Method

IContextNode::ContainsPropertyData

IContextNode::GetPropertyData

IContextNode::GetPropertyDataIds

IContextNode::LoadPropertiesData

IContextNode::RemovePropertyData

IContextNode::SavePropertiesData

Ink Analysis Reference