ImageGear .NET
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
MemberValueDescription
IMPOSSIBLE0In the application's opinion it is not possible that the recognized string for the given zone passed to the checking function is acceptable.
POSSIBLE3In the application's opinion it is possible that the recognized string for the given zone passed to the checking function is acceptable.
SURE4In the application's opinion the recognized string for the given zone passed to the checking function is certainly acceptable.
UNLIKELY1In the application's opinion the recognized string passed to the checking function for the given zone is unlikely to be acceptable.
UNRESOLVED2The 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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback