Defines opinion values for user-written word checking.
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearRecCheckWordOpinion 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearRecCheckWordOpinion : System.Enum 
             
        
            
            __value public enum ImGearRecCheckWordOpinion : public System.Enum 
             
        
            
            public enum class ImGearRecCheckWordOpinion : public System.Enum 
             
        
             
         
            Members
| Member | Description | 
| IMPOSSIBLE | In the application's opinion it is not possible that the recognized string for the given 
            zone passed to the checking function is acceptable. | 
| POSSIBLE | In the application's opinion it is possible that the recognized string 
            for the given zone passed to the checking function is acceptable. | 
| SURE | In the application's opinion the recognized string for the given zone passed to the 
            checking function is certainly acceptable. | 
| UNLIKELY | In the application's opinion the recognized string passed to the 
            checking function for the given zone is unlikely to be acceptable. | 
| UNRESOLVED | The application's checking function cannot make a decision on the acceptability 
            of the string for the zone. | 
 
            
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecCheckWordOpinion
 
            
            
            See Also