AnalysisAlternateBase Members

The base class for AnalysisAlternate. Represents the possible handwriting recognition word matches for ContextNodeBase objects.

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

Public Properties

  Name Description
Public property AlternateNodes Gets the ContextNodeBase objects that are associated with this alternate.
Public property InkRecognitionConfidence Gets a value that indicates the level of confidence that the InkAnalyzerBase has in the accuracy of the recognition alternate.
Public property RecognizedString Gets the recognized string value of the AnalysisAlternateBase object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals Overloaded. Overridden.  
Public method GetHashCode Overridden. Serves as a hash function for a particular type. It is suitable for use in hashing algorithms and data structures such as a hash table.
Public method GetStrokeIds Returns the strokes ids that are associated with this analysis alternate.
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static op_Equality Determines whether two specified AnalysisAlternateBase objects have the same value.
Public method Static op_Inequality Determines whether two specified AnalysisAlternateBase objects have different values.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method ToString  Returns a String that represents the current Object. (inherited from Object)

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

AnalysisAlternateBase Class
System.Windows.Ink.AnalysisCore Namespace
Microsoft.Ink.AnalysisAlternate
ContextNode.Location
Microsoft.Ink.AnalysisRegionBase