public enum IdCardOcrAdvancedGroup extends Enum<IdCardOcrAdvancedGroup>
IdCardOcrAdvanced 枚举分组IdCardOcrWarn| Enum Constant and Description |
|---|
ALL
包含所有枚举的数组
|
ALL_COPE
包含所有裁剪类枚举的数组
|
ALL_DETECT
包含所有检查类枚举的数组
|
EMPTY
不包含任何枚举的数组
|
| Modifier and Type | Method and Description |
|---|---|
IdCardOcrAdvanced[] |
getAdvancedArr() |
static IdCardOcrAdvancedGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdCardOcrAdvancedGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdCardOcrAdvancedGroup EMPTY
public static final IdCardOcrAdvancedGroup ALL
public static final IdCardOcrAdvancedGroup ALL_COPE
public static final IdCardOcrAdvancedGroup ALL_DETECT
public static IdCardOcrAdvancedGroup[] values()
for (IdCardOcrAdvancedGroup c : IdCardOcrAdvancedGroup.values()) System.out.println(c);
public static IdCardOcrAdvancedGroup valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic IdCardOcrAdvanced[] getAdvancedArr()
Copyright © 2021–2022 EasyJ????. All rights reserved.