public static enum INImage.ProtoEnum extends Enum<INImage.ProtoEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
INImage.ProtoEnum.Adapter |
| Enum Constant and Description |
|---|
AGEESTIMATION |
AGEVERIFICATION |
ATTRIBUTESCHECK |
ILLEGALSYMBOLS |
NUDITYCHECK |
TEXTRECOGNITION |
| Modifier and Type | Method and Description |
|---|---|
static INImage.ProtoEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static INImage.ProtoEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INImage.ProtoEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final INImage.ProtoEnum NUDITYCHECK
public static final INImage.ProtoEnum AGEVERIFICATION
public static final INImage.ProtoEnum AGEESTIMATION
public static final INImage.ProtoEnum ILLEGALSYMBOLS
public static final INImage.ProtoEnum TEXTRECOGNITION
public static final INImage.ProtoEnum ATTRIBUTESCHECK
public static INImage.ProtoEnum[] values()
for (INImage.ProtoEnum c : INImage.ProtoEnum.values()) System.out.println(c);
public static INImage.ProtoEnum 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 String getValue()
public String toString()
toString in class Enum<INImage.ProtoEnum>public static INImage.ProtoEnum fromValue(String value)
Copyright © 2010–2021 anotheria.net. All rights reserved.