Package com.google.cloud.language.v1
Enum PartOfSpeech.Form
- java.lang.Object
-
- java.lang.Enum<PartOfSpeech.Form>
-
- com.google.cloud.language.v1.PartOfSpeech.Form
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<PartOfSpeech.Form>
- Enclosing class:
- PartOfSpeech
public static enum PartOfSpeech.Form extends Enum<PartOfSpeech.Form> implements com.google.protobuf.ProtocolMessageEnum
Depending on the language, Form can be categorizing different forms of verbs, adjectives, adverbs, etc. For example, categorizing inflected endings of verbs and adjectives or distinguishing between short and long forms of adjectives and participles
Protobuf enumgoogle.cloud.language.v1.PartOfSpeech.Form
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADNOMIAL
AdnomialAUXILIARY
AuxiliaryCOMPLEMENTIZER
ComplementizerFINAL_ENDING
Final endingFORM_UNKNOWN
Form is not applicable in the analyzed language or is not predicted.GERUND
GerundIRREALIS
IrrealisLONG
Long formORDER
Order formREALIS
RealisSHORT
Short formSPECIFIC
Specific formUNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
ADNOMIAL_VALUE
Adnomialstatic int
AUXILIARY_VALUE
Auxiliarystatic int
COMPLEMENTIZER_VALUE
Complementizerstatic int
FINAL_ENDING_VALUE
Final endingstatic int
FORM_UNKNOWN_VALUE
Form is not applicable in the analyzed language or is not predicted.static int
GERUND_VALUE
Gerundstatic int
IRREALIS_VALUE
Irrealisstatic int
LONG_VALUE
Long formstatic int
ORDER_VALUE
Order formstatic int
REALIS_VALUE
Realisstatic int
SHORT_VALUE
Short formstatic int
SPECIFIC_VALUE
Specific form
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PartOfSpeech.Form
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Form>
internalGetValueMap()
static PartOfSpeech.Form
valueOf(int value)
Deprecated.static PartOfSpeech.Form
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Form
valueOf(String name)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Form[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FORM_UNKNOWN
public static final PartOfSpeech.Form FORM_UNKNOWN
Form is not applicable in the analyzed language or is not predicted.
FORM_UNKNOWN = 0;
-
ADNOMIAL
public static final PartOfSpeech.Form ADNOMIAL
Adnomial
ADNOMIAL = 1;
-
AUXILIARY
public static final PartOfSpeech.Form AUXILIARY
Auxiliary
AUXILIARY = 2;
-
COMPLEMENTIZER
public static final PartOfSpeech.Form COMPLEMENTIZER
Complementizer
COMPLEMENTIZER = 3;
-
FINAL_ENDING
public static final PartOfSpeech.Form FINAL_ENDING
Final ending
FINAL_ENDING = 4;
-
GERUND
public static final PartOfSpeech.Form GERUND
Gerund
GERUND = 5;
-
REALIS
public static final PartOfSpeech.Form REALIS
Realis
REALIS = 6;
-
IRREALIS
public static final PartOfSpeech.Form IRREALIS
Irrealis
IRREALIS = 7;
-
SHORT
public static final PartOfSpeech.Form SHORT
Short form
SHORT = 8;
-
LONG
public static final PartOfSpeech.Form LONG
Long form
LONG = 9;
-
ORDER
public static final PartOfSpeech.Form ORDER
Order form
ORDER = 10;
-
SPECIFIC
public static final PartOfSpeech.Form SPECIFIC
Specific form
SPECIFIC = 11;
-
UNRECOGNIZED
public static final PartOfSpeech.Form UNRECOGNIZED
-
-
Field Detail
-
FORM_UNKNOWN_VALUE
public static final int FORM_UNKNOWN_VALUE
Form is not applicable in the analyzed language or is not predicted.
FORM_UNKNOWN = 0;
- See Also:
- Constant Field Values
-
ADNOMIAL_VALUE
public static final int ADNOMIAL_VALUE
Adnomial
ADNOMIAL = 1;
- See Also:
- Constant Field Values
-
AUXILIARY_VALUE
public static final int AUXILIARY_VALUE
Auxiliary
AUXILIARY = 2;
- See Also:
- Constant Field Values
-
COMPLEMENTIZER_VALUE
public static final int COMPLEMENTIZER_VALUE
Complementizer
COMPLEMENTIZER = 3;
- See Also:
- Constant Field Values
-
FINAL_ENDING_VALUE
public static final int FINAL_ENDING_VALUE
Final ending
FINAL_ENDING = 4;
- See Also:
- Constant Field Values
-
GERUND_VALUE
public static final int GERUND_VALUE
Gerund
GERUND = 5;
- See Also:
- Constant Field Values
-
REALIS_VALUE
public static final int REALIS_VALUE
Realis
REALIS = 6;
- See Also:
- Constant Field Values
-
IRREALIS_VALUE
public static final int IRREALIS_VALUE
Irrealis
IRREALIS = 7;
- See Also:
- Constant Field Values
-
SHORT_VALUE
public static final int SHORT_VALUE
Short form
SHORT = 8;
- See Also:
- Constant Field Values
-
LONG_VALUE
public static final int LONG_VALUE
Long form
LONG = 9;
- See Also:
- Constant Field Values
-
ORDER_VALUE
public static final int ORDER_VALUE
Order form
ORDER = 10;
- See Also:
- Constant Field Values
-
SPECIFIC_VALUE
public static final int SPECIFIC_VALUE
Specific form
SPECIFIC = 11;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PartOfSpeech.Form[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PartOfSpeech.Form c : PartOfSpeech.Form.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PartOfSpeech.Form valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static PartOfSpeech.Form valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static PartOfSpeech.Form forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Form> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static PartOfSpeech.Form valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-