Enum PartOfSpeech.Tag
- java.lang.Object
-
- java.lang.Enum<PartOfSpeech.Tag>
-
- com.google.cloud.language.v1beta2.PartOfSpeech.Tag
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<PartOfSpeech.Tag>
- Enclosing class:
- PartOfSpeech
public static enum PartOfSpeech.Tag extends Enum<PartOfSpeech.Tag> implements com.google.protobuf.ProtocolMessageEnum
The part of speech tags enum.
Protobuf enumgoogle.cloud.language.v1beta2.PartOfSpeech.Tag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADJ
AdjectiveADP
Adposition (preposition and postposition)ADV
AdverbAFFIX
AffixCONJ
ConjunctionDET
DeterminerNOUN
Noun (common and proper)NUM
Cardinal numberPRON
PronounPRT
Particle or other function wordPUNCT
PunctuationUNKNOWN
UnknownUNRECOGNIZED
VERB
Verb (all tenses and modes)X
Other: foreign words, typos, abbreviations
-
Field Summary
Fields Modifier and Type Field Description static int
ADJ_VALUE
Adjectivestatic int
ADP_VALUE
Adposition (preposition and postposition)static int
ADV_VALUE
Adverbstatic int
AFFIX_VALUE
Affixstatic int
CONJ_VALUE
Conjunctionstatic int
DET_VALUE
Determinerstatic int
NOUN_VALUE
Noun (common and proper)static int
NUM_VALUE
Cardinal numberstatic int
PRON_VALUE
Pronounstatic int
PRT_VALUE
Particle or other function wordstatic int
PUNCT_VALUE
Punctuationstatic int
UNKNOWN_VALUE
Unknownstatic int
VERB_VALUE
Verb (all tenses and modes)static int
X_VALUE
Other: foreign words, typos, abbreviations
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PartOfSpeech.Tag
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.Tag>
internalGetValueMap()
static PartOfSpeech.Tag
valueOf(int value)
Deprecated.static PartOfSpeech.Tag
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Tag
valueOf(String name)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Tag[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN
public static final PartOfSpeech.Tag UNKNOWN
Unknown
UNKNOWN = 0;
-
ADJ
public static final PartOfSpeech.Tag ADJ
Adjective
ADJ = 1;
-
ADP
public static final PartOfSpeech.Tag ADP
Adposition (preposition and postposition)
ADP = 2;
-
ADV
public static final PartOfSpeech.Tag ADV
Adverb
ADV = 3;
-
CONJ
public static final PartOfSpeech.Tag CONJ
Conjunction
CONJ = 4;
-
DET
public static final PartOfSpeech.Tag DET
Determiner
DET = 5;
-
NOUN
public static final PartOfSpeech.Tag NOUN
Noun (common and proper)
NOUN = 6;
-
NUM
public static final PartOfSpeech.Tag NUM
Cardinal number
NUM = 7;
-
PRON
public static final PartOfSpeech.Tag PRON
Pronoun
PRON = 8;
-
PRT
public static final PartOfSpeech.Tag PRT
Particle or other function word
PRT = 9;
-
PUNCT
public static final PartOfSpeech.Tag PUNCT
Punctuation
PUNCT = 10;
-
VERB
public static final PartOfSpeech.Tag VERB
Verb (all tenses and modes)
VERB = 11;
-
X
public static final PartOfSpeech.Tag X
Other: foreign words, typos, abbreviations
X = 12;
-
AFFIX
public static final PartOfSpeech.Tag AFFIX
Affix
AFFIX = 13;
-
UNRECOGNIZED
public static final PartOfSpeech.Tag UNRECOGNIZED
-
-
Field Detail
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Unknown
UNKNOWN = 0;
- See Also:
- Constant Field Values
-
ADJ_VALUE
public static final int ADJ_VALUE
Adjective
ADJ = 1;
- See Also:
- Constant Field Values
-
ADP_VALUE
public static final int ADP_VALUE
Adposition (preposition and postposition)
ADP = 2;
- See Also:
- Constant Field Values
-
ADV_VALUE
public static final int ADV_VALUE
Adverb
ADV = 3;
- See Also:
- Constant Field Values
-
CONJ_VALUE
public static final int CONJ_VALUE
Conjunction
CONJ = 4;
- See Also:
- Constant Field Values
-
DET_VALUE
public static final int DET_VALUE
Determiner
DET = 5;
- See Also:
- Constant Field Values
-
NOUN_VALUE
public static final int NOUN_VALUE
Noun (common and proper)
NOUN = 6;
- See Also:
- Constant Field Values
-
NUM_VALUE
public static final int NUM_VALUE
Cardinal number
NUM = 7;
- See Also:
- Constant Field Values
-
PRON_VALUE
public static final int PRON_VALUE
Pronoun
PRON = 8;
- See Also:
- Constant Field Values
-
PRT_VALUE
public static final int PRT_VALUE
Particle or other function word
PRT = 9;
- See Also:
- Constant Field Values
-
PUNCT_VALUE
public static final int PUNCT_VALUE
Punctuation
PUNCT = 10;
- See Also:
- Constant Field Values
-
VERB_VALUE
public static final int VERB_VALUE
Verb (all tenses and modes)
VERB = 11;
- See Also:
- Constant Field Values
-
X_VALUE
public static final int X_VALUE
Other: foreign words, typos, abbreviations
X = 12;
- See Also:
- Constant Field Values
-
AFFIX_VALUE
public static final int AFFIX_VALUE
Affix
AFFIX = 13;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PartOfSpeech.Tag[] 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.Tag c : PartOfSpeech.Tag.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.Tag 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.Tag 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.Tag 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.Tag> 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.Tag 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
-
-