ImageGear for .NET
ImGearRecCheckWordOpinion Enumeration
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecCheckWordOpinion Enumeration




Glossary Item Box

Defines opinion values for user-written word checking.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.