Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Provides an InkAnalyzer with an analysis hint for a region.
The AnalysisHintNode type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddPropertyData | Adds a piece of application-specific data. (Inherited from ContextNode.) |
![]() |
ClearGuide | Clears the Guide from the current AnalysisHint. |
![]() |
Confirm | Sets the confirmation type, thereby restricting what the InkAnalyzer can change about the node. (Inherited from ContextNode.) |
![]() |
ContainsPropertyData | Returns true if the ContextNode object contains application-specific data stored under the specified identifier. (Inherited from ContextNode.) |
![]() |
CreatePartiallyPopulatedSubNode | Creates a child ContextNode object that contains only the following information: Type, Id, and Location. (Inherited from ContextNode.) |
![]() |
CreateSubNode | Creates a new child ContextNode object. (Inherited from ContextNode.) |
![]() |
DeleteSubNode | Deletes a child ContextNode object. (Inherited from ContextNode.) |
![]() |
Equals | Determines whether the specified ContextNode is equal to the current ContextNode. (Inherited from ContextNode.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
FindAssociatedStrokes | Returns the strokes to which the InkAnalyzer has applied the current analysis hint. |
![]() |
GetEnabledUnicodeCharacterRanges | Returns an array of characters that represents a restricted Unicode character set supported by the current InkRecognizer. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from ContextNode.) |
![]() |
GetPropertyData | Returns application-specific data that was added with the specified identifier. (Inherited from ContextNode.) |
![]() |
GetPropertyDataIds | Returns the identifiers for which there is property data. (Inherited from ContextNode.) |
![]() |
GetRecognizedString | Returns a concatenation of the recognized strings for all writing nodes to which the InkAnalyzer has applied the current analysis hint. |
![]() |
GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() |
GetWordlist | Returns a string array that represents the word list for the current analysis hint. |
![]() |
IsConfirmed | Returns a Boolean value which indicates whether the current ContextNode has been confirmed with the specified ConfirmationType. (Inherited from ContextNode.) |
![]() |
LoadPropertiesData | Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. (Inherited from ContextNode.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
MoveSubNodeToPosition | Reorders a specified child ContextNode object so that it moves to the specified index. (Inherited from ContextNode.) |
![]() |
RemovePropertyData | Removes a piece of application-specific data. (Inherited from ContextNode.) |
![]() |
Reparent | Removes this ContextNode from its current parent and adds it to another parent. (Inherited from ContextNode.) |
![]() |
ReparentStrokes | Moves a stroke from this ContextNode object to the specified ContextNode object. (Inherited from ContextNode.) |
![]() |
SavePropertiesData | Returns an array of bytes that can be stored and later used to recreate application-specific and internal property data on a ContextNode object. (Inherited from ContextNode.) |
![]() |
SetEnabledUnicodeCharacterRanges | Allows the user to restrict the set of supported Unicode ranges used by the recognizer. |
![]() |
SetStrokes | Sets the specified strokes on a ContextNode object. (Inherited from ContextNode.) |
![]() |
SetWordlist | Changes the word list for the current analysis hint. The word list supplements or replaces the dictionary as a source of possible terms to be matched with handwriting. |
![]() |
ToString | Returns a human-readable type for the ContextNode object as a string. (Inherited from ContextNode.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllowPartialDictionaryTerms | Gets or sets a value indicating whether the InkAnalyzer recognizes partial dictionary terms within the hint's area. |
![]() |
CoerceToFactoid | Gets or sets a value indicating whether the InkAnalyzer limits its analysis of ink within the hint's area to conform to the hint's Factoid property. |
![]() |
Factoid | Gets or sets the string name of the factoid that the InkAnalyzer uses to analyze ink within the current area. |
![]() |
Guide | Gets or sets the recognizer guide used by the InkAnalyzer to analyze ink within the current area. |
![]() |
Id | Gets the identifier of the ContextNode object. (Inherited from ContextNode.) |
![]() |
IsInkLeaf | Infrastructure. (Inherited from ContextNode.) |
![]() |
IsUnknownType | Infrastructure. (Inherited from ContextNode.) |
![]() |
Links | Gets a collection of ContextLink objects that represent relationships to other ContextNode objects. (Inherited from ContextNode.) |
![]() |
Location | Gets the position and size of the ContextNode object. (Inherited from ContextNode.) |
![]() |
Name | Gets or sets the name of the current AnalysisHintNode. |
![]() |
ParentNode | Gets the parent node of the ContextNode in the context node tree. (Inherited from ContextNode.) |
![]() |
PartiallyPopulated | Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated. (Inherited from ContextNode.) |
![]() |
PrefixText | Gets or sets the prefix text used by InkAnalyzer to analyze ink within the current area. |
![]() |
Strokes | Gets the StrokeCollection associated with this ContextNode. (Inherited from ContextNode.) |
![]() |
SubNodes | Gets the direct children of the ContextNode object. (Inherited from ContextNode.) |
![]() |
SuffixText | Gets or sets the suffix text that the InkAnalyzer uses to analyze ink within the current area. |
![]() |
TopInkBreaksOnly | Gets or sets a value indicating whether multiple segmentations in the ink recognition results are disabled. |
![]() |
Type | Gets the context node type for this ContextNode object. (Inherited from ContextNode.) |
![]() |
WordMode | Gets or sets a value indicating whether the InkAnalyzer prioritizes single word results over multiple word results within the current area. |
Top