Skip to content

Latest commit

 

History

History
113 lines (75 loc) · 6.92 KB

analysis-hint-properties.md

File metadata and controls

113 lines (75 loc) · 6.92 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Defines globally unique identifiers (GUIDs) for properties of an analysis hint node (see IContextNode::GetType).
8300c792-a741-49de-a03b-f4840ea5d647
Analysis Hint Properties (Iaguid.h)
reference
05/31/2018
APIRef
kbSyntax
GUID_AHP_ALLOWPARTIALDICTIONARYTERMS
GUID_AHP_ANALYSISHINTNAME
GUID_AHP_COERCETOFACTOID
GUID_AHP_ENABLEDUNICODECHARACTERRANGES
GUID_AHP_FACTOID
GUID_AHP_GUIDE
GUID_AHP_PREFIXTEXT
GUID_AHP_SUFFIXTEXT
GUID_AHP_TOPINKBREAKSONLY
GUID_AHP_WORDLIST
GUID_AHP_WORDMODE
HeaderDef
iaguid.h

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