public static enum CoreNLPProtos.Language extends java.lang.Enum<CoreNLPProtos.Language>
| Enum Constant and Description |
|---|
Any |
Arabic |
Chinese |
English |
French |
German |
Hebrew |
Spanish |
UniversalEnglish |
Unknown |
| Modifier and Type | Field and Description |
|---|---|
static int |
Any_VALUE |
static int |
Arabic_VALUE |
static int |
Chinese_VALUE |
static int |
English_VALUE |
static int |
French_VALUE |
static int |
German_VALUE |
static int |
Hebrew_VALUE |
static int |
Spanish_VALUE |
static int |
UniversalEnglish_VALUE |
static int |
Unknown_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static <any> |
internalGetValueMap() |
static CoreNLPProtos.Language |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CoreNLPProtos.Language |
valueOf(int value) |
static CoreNLPProtos.Language |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoreNLPProtos.Language[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreNLPProtos.Language Unknown
public static final CoreNLPProtos.Language Any
public static final CoreNLPProtos.Language Arabic
public static final CoreNLPProtos.Language Chinese
public static final CoreNLPProtos.Language English
public static final CoreNLPProtos.Language German
public static final CoreNLPProtos.Language French
public static final CoreNLPProtos.Language Hebrew
public static final CoreNLPProtos.Language Spanish
public static final CoreNLPProtos.Language UniversalEnglish
public static final int Unknown_VALUE
public static final int Any_VALUE
public static final int Arabic_VALUE
public static final int Chinese_VALUE
public static final int English_VALUE
public static final int German_VALUE
public static final int French_VALUE
public static final int Hebrew_VALUE
public static final int Spanish_VALUE
public static final int UniversalEnglish_VALUE
public static CoreNLPProtos.Language[] values()
for (CoreNLPProtos.Language c : CoreNLPProtos.Language.values()) System.out.println(c);
public static CoreNLPProtos.Language 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 nullpublic final int getNumber()
public static CoreNLPProtos.Language valueOf(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CoreNLPProtos.Language valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)