public static enum IDataCaptureCoreAPI.Warning extends java.lang.Enum<IDataCaptureCoreAPI.Warning>
Enum Constant and Description |
---|
ProbablyLowQualityImage
The image probably has low quality
|
ProbablyWrongLanguage
The chosen recognition language is probably wrong
|
RecognitionIsSlow
The image is being recognized too slowly, perhaps something is going wrong
|
TextTooSmall
The text is too small.
|
WrongLanguage
The chosen recognition language is wrong
|
Modifier and Type | Method and Description |
---|---|
static IDataCaptureCoreAPI.Warning |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDataCaptureCoreAPI.Warning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDataCaptureCoreAPI.Warning RecognitionIsSlow
public static final IDataCaptureCoreAPI.Warning ProbablyLowQualityImage
public static final IDataCaptureCoreAPI.Warning ProbablyWrongLanguage
public static final IDataCaptureCoreAPI.Warning WrongLanguage
public static final IDataCaptureCoreAPI.Warning TextTooSmall
public static IDataCaptureCoreAPI.Warning[] values()
for (IDataCaptureCoreAPI.Warning c : IDataCaptureCoreAPI.Warning.values()) System.out.println(c);
public static IDataCaptureCoreAPI.Warning valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null