AnalysisHintNode Members

Provides an InkAnalyzer with an analysis hint for a region.

The following tables list the members exposed by the AnalysisHintNode type.

Public Properties

  Name Description
Public property AllowPartialDictionaryTerms Gets or sets a value indicating whether the InkAnalyzer recognizes partial dictionary terms within the hint's area.
Public property 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.
Public property Factoid Gets or sets the string name of the factoid that the InkAnalyzer uses to analyze ink within the current area.
Public property Guide Gets or sets the recognizer guide that the InkAnalyzer uses to analyze ink within the current area.
Public property Id  Gets the identifier of the ContextNode object.(inherited from ContextNode)
Public property Links  Gets a collection of ContextLink objects that represent relationships to other ContextNode objects.(inherited from ContextNode)
Public property Location  Gets the position and size of the ContextNode object.(inherited from ContextNode)
Public property Name Gets or sets the name of the current AnalysisHintNode.
Public property ParentNode  Gets the parent node of the ContextNode in the context node tree.(inherited from ContextNode)
Public property PartiallyPopulated  Gets or sets a value that indicates whether a ContextNode object is partially populated or fully populated.(inherited from ContextNode)
Public property PrefixText Gets or sets the prefix text that the InkAnalyzer uses to analyze ink within the current area.
Public property Strokes  Gets the StrokeCollection associated with this ContextNode.(inherited from ContextNode)
Public property SubNodes  Gets the direct children of the ContextNode object.(inherited from ContextNode)
Public property SuffixText Gets or sets the suffix text that the InkAnalyzer uses to analyze ink within the current area.
Public property TopInkBreaksOnly Gets or sets a value indicating whether the multiple segmentations in the ink recognition results are disabled.
Public property Type  Gets the context node type for this ContextNode object.(inherited from ContextNode)
Public property WordMode Gets or sets a value indicating whether the InkAnalyzer prioritizes single word results over multiple word results within the current area.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method AddPropertyData  Adds a piece of application-specific data. (inherited from ContextNode)
Public method ClearGuide Clears the Guide from the current AnalysisHint.
Public method Confirm  Sets the confirmation type, which restricts what the InkAnalyzer can change about the node. (inherited from ContextNode)
Public method ContainsPropertyData  Returns true if the ContextNode object contains application-specific data stored under the specified identifier. (inherited from ContextNode)
Public method CreatePartiallyPopulatedSubNode  Creates a child ContextNode object that contains only the following information: Type, Id, and Location. (inherited from ContextNode)
Public method CreateSubNode  Creates a new child ContextNode object. (inherited from ContextNode)
Public method DeleteSubNode  Deletes a child ContextNode object. (inherited from ContextNode)
Public method Equals  Overloaded. Determines whether two ContextNode instances are equal. (inherited from ContextNode)
Public method FindAssociatedStrokes Returns the strokes to which the InkAnalyzer has applied the current analysis hint.
Public method GetEnabledUnicodeCharacterRanges Returns an array of characters that represent a restricted Unicode character set supported by the current InkRecognizer.
Public method GetHashCode  (inherited from ContextNode)
Public method GetPropertyData  Returns application-specific data that was added with the specified identifier. (inherited from ContextNode)
Public method GetPropertyDataIds  Returns the identifiers for which there is property data. (inherited from ContextNode)
Public method GetRecognizedString Returns the concatenation of the recognized strings for all writing nodes to which the InkAnalyzer has applied the current analysis hint.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method GetWordlist Returns a string array that represents the word list for the current analysis hint.
Public method IsConfirmed  Returns whether the current ContextNode has been confirmed with the specified ConfirmationType. (inherited from ContextNode)
Public method LoadPropertiesData  Recreates the application-specific and internal property data for an array of bytes that was previously created with SavePropertiesData. (inherited from ContextNode)
Public method MoveSubNodeToPosition  Reorders a specified child ContextNode object so that it moves to the specified index. (inherited from ContextNode)
Public method Static op_Equality  Determines whether two specified ContextNode objects have the same value. (inherited from ContextNode)
Public method Static op_Inequality  Determines whether two specified ContextNode objects have different values. (inherited from ContextNode)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method RemovePropertyData  Removes a piece of application-specific data. (inherited from ContextNode)
Public method Reparent  Removes this ContextNode from its current parent and adds it to another parent. (inherited from ContextNode)
Public method ReparentStrokes  Moves a stroke from this ContextNode object to the specified ContextNode object. (inherited from ContextNode)
Public method 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)
Public method SetEnabledUnicodeCharacterRanges Allows the user to restrict the set of supported Unicode ranges used by the recognizer.
Public method SetStrokes  Sets the specified strokes on a ContextNode object. (inherited from ContextNode)
Public method 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 match with handwriting.
Public method ToString  Returns a human-readable type for the ContextNode object as a string. (inherited from ContextNode)

Top

Protected Methods

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

See Also

Reference

AnalysisHintNode Class
System.Windows.Ink Namespace
System.Windows.Ink.ContextLink
System.Windows.Ink.AnalysisRegion
System.Windows.Ink.InkAnalyzer