RecognitionWarning enum
A warning that occurred during processing.
enum RecognitionWarning{
NoWarning,
RecognitionIsSlow,
ProbablyLowQualityImage,
ProbablyWrongLanguage,
WrongLanguage,
TextTooSmall
}
Constants
Name | Description |
---|---|
NoWarning | Processing succeeded without warnings. |
RecognitionIsSlow | Recognition takes too much time. Check if there is some problem. |
ProbablyLowQualityImage | The image quality (contrast, resolution) may not be good enough for accurate results. |
ProbablyWrongLanguage | The recognition language may be specified incorrectly. |
WrongLanguage | The recognition language is specified incorrectly. |
TextTooSmall | The text is too small. Advise the end user to move the camera closer or zoom in. |
3/2/2022 12:59:15 PM