ImageGear .NET - Updated
ImGearRecCheckWordOpinion Enumeration




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecCheckWordOpinion Enumeration
Defines opinion values for user-written word checking.
Syntax
'Declaration
 
Public Enum ImGearRecCheckWordOpinion 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecCheckWordOpinion
public enum ImGearRecCheckWordOpinion : System.Enum 
__value public enum ImGearRecCheckWordOpinion : public System.Enum 
public enum class ImGearRecCheckWordOpinion : public System.Enum 
Members
MemberDescription
IMPOSSIBLEIn the application's opinion it is not possible that the recognized string for the given zone passed to the checking function is acceptable.
POSSIBLEIn the application's opinion it is possible that the recognized string for the given zone passed to the checking function is acceptable.
SUREIn the application's opinion the recognized string for the given zone passed to the checking function is certainly acceptable.
UNLIKELYIn the application's opinion the recognized string passed to the checking function for the given zone is unlikely to be acceptable.
UNRESOLVEDThe application's checking function cannot make a decision on the acceptability of the string for the zone.
Remarks
ImGearRecCheckWordEventHandler delegate uses its ImGearRecCheckWordEventArgse parameter to pass application's opinion on the recognized word back to the Engine. Opinion is returned via the ImGearRecCheckWordEventArgs.Opinion property.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecCheckWordOpinion

See Also

Reference

ImageGear.Recognition Namespace
CheckWord Property
Opinion Property
ImGearRecCheckWordEventHandler Delegate