| ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecCheckWordOpinion Enumeration |
'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
| Member | Value | Description |
|---|---|---|
| IMPOSSIBLE | 0 | 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 | 3 | In the application's opinion it is possible that the recognized string for the given zone passed to the checking function is acceptable. |
| SURE | 4 | In the application's opinion the recognized string for the given zone passed to the checking function is certainly acceptable. |
| UNLIKELY | 1 | In the application's opinion the recognized string passed to the checking function for the given zone is unlikely to be acceptable. |
| UNRESOLVED | 2 | The application's checking function cannot make a decision on the acceptability of the string for the zone. |
e parameter to pass application's opinion on the recognized word back to the Engine. Opinion is returned via the ImGearRecCheckWordEventArgs.Opinion property.System.Object
System.ValueType
System.Enum
ImageGear.Recognition.ImGearRecCheckWordOpinion