PartOfSpeech_Tag
class PartOfSpeech_Tag
The part of speech tags enum.
Protobuf enum Google\Cloud\Language\V1beta2\PartOfSpeech\Tag
Constants
| UNKNOWN |
Unknown Generated from protobuf enum |
| ADJ |
Adjective Generated from protobuf enum |
| ADP |
Adposition (preposition and postposition) Generated from protobuf enum |
| ADV |
Adverb Generated from protobuf enum |
| CONJ |
Conjunction Generated from protobuf enum |
| DET |
Determiner Generated from protobuf enum |
| NOUN |
Noun (common and proper) Generated from protobuf enum |
| NUM |
Cardinal number Generated from protobuf enum |
| PRON |
Pronoun Generated from protobuf enum |
| PRT |
Particle or other function word Generated from protobuf enum |
| PUNCT |
Punctuation Generated from protobuf enum |
| VERB |
Verb (all tenses and modes) Generated from protobuf enum |
| X |
Other: foreign words, typos, abbreviations Generated from protobuf enum |
| AFFIX |
Affix Generated from protobuf enum |