Class PartOfSpeech (2.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.1
- 2.3.4
- 2.2.0
- 2.1.10
publicfinalclass PartOfSpeechextendsGeneratedMessageV3implementsPartOfSpeechOrBuilderRepresents part of speech information for a token. Parts of speech are as defined in http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf
Protobuf type google.cloud.language.v1.PartOfSpeech
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PartOfSpeechImplements
PartOfSpeechOrBuilderInherited Members
Static Fields
ASPECT_FIELD_NUMBER
publicstaticfinalintASPECT_FIELD_NUMBERCASE_FIELD_NUMBER
publicstaticfinalintCASE_FIELD_NUMBERFORM_FIELD_NUMBER
publicstaticfinalintFORM_FIELD_NUMBERGENDER_FIELD_NUMBER
publicstaticfinalintGENDER_FIELD_NUMBERMOOD_FIELD_NUMBER
publicstaticfinalintMOOD_FIELD_NUMBERNUMBER_FIELD_NUMBER
publicstaticfinalintNUMBER_FIELD_NUMBERPERSON_FIELD_NUMBER
publicstaticfinalintPERSON_FIELD_NUMBERPROPER_FIELD_NUMBER
publicstaticfinalintPROPER_FIELD_NUMBERRECIPROCITY_FIELD_NUMBER
publicstaticfinalintRECIPROCITY_FIELD_NUMBERTAG_FIELD_NUMBER
publicstaticfinalintTAG_FIELD_NUMBERTENSE_FIELD_NUMBER
publicstaticfinalintTENSE_FIELD_NUMBERVOICE_FIELD_NUMBER
publicstaticfinalintVOICE_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticPartOfSpeechgetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticPartOfSpeech.BuildernewBuilder()newBuilder(PartOfSpeech prototype)
publicstaticPartOfSpeech.BuildernewBuilder(PartOfSpeechprototype)parseDelimitedFrom(InputStream input)
publicstaticPartOfSpeechparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPartOfSpeechparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticPartOfSpeechparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticPartOfSpeechparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticPartOfSpeechparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticPartOfSpeechparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticPartOfSpeechparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPartOfSpeechparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticPartOfSpeechparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticPartOfSpeechparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticPartOfSpeechparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticPartOfSpeechparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<PartOfSpeech>parser()Methods
equals(Object obj)
publicbooleanequals(Objectobj)getAspect()
publicPartOfSpeech.AspectgetAspect()The grammatical aspect.
.google.cloud.language.v1.PartOfSpeech.Aspect aspect = 2;
The aspect.
getAspectValue()
publicintgetAspectValue()The grammatical aspect.
.google.cloud.language.v1.PartOfSpeech.Aspect aspect = 2;
The enum numeric value on the wire for aspect.
getCase()
publicPartOfSpeech.CasegetCase()The grammatical case.
.google.cloud.language.v1.PartOfSpeech.Case case = 3;
The case.
getCaseValue()
publicintgetCaseValue()The grammatical case.
.google.cloud.language.v1.PartOfSpeech.Case case = 3;
The enum numeric value on the wire for case.
getDefaultInstanceForType()
publicPartOfSpeechgetDefaultInstanceForType()getForm()
publicPartOfSpeech.FormgetForm()The grammatical form.
.google.cloud.language.v1.PartOfSpeech.Form form = 4;
The form.
getFormValue()
publicintgetFormValue()The grammatical form.
.google.cloud.language.v1.PartOfSpeech.Form form = 4;
The enum numeric value on the wire for form.
getGender()
publicPartOfSpeech.GendergetGender()The grammatical gender.
.google.cloud.language.v1.PartOfSpeech.Gender gender = 5;
The gender.
getGenderValue()
publicintgetGenderValue()The grammatical gender.
.google.cloud.language.v1.PartOfSpeech.Gender gender = 5;
The enum numeric value on the wire for gender.
getMood()
publicPartOfSpeech.MoodgetMood()The grammatical mood.
.google.cloud.language.v1.PartOfSpeech.Mood mood = 6;
The mood.
getMoodValue()
publicintgetMoodValue()The grammatical mood.
.google.cloud.language.v1.PartOfSpeech.Mood mood = 6;
The enum numeric value on the wire for mood.
getNumber()
publicPartOfSpeech.NumbergetNumber()The grammatical number.
.google.cloud.language.v1.PartOfSpeech.Number number = 7;
The number.
getNumberValue()
publicintgetNumberValue()The grammatical number.
.google.cloud.language.v1.PartOfSpeech.Number number = 7;
The enum numeric value on the wire for number.
getParserForType()
publicParser<PartOfSpeech>getParserForType()getPerson()
publicPartOfSpeech.PersongetPerson()The grammatical person.
.google.cloud.language.v1.PartOfSpeech.Person person = 8;
The person.
getPersonValue()
publicintgetPersonValue()The grammatical person.
.google.cloud.language.v1.PartOfSpeech.Person person = 8;
The enum numeric value on the wire for person.
getProper()
publicPartOfSpeech.PropergetProper()The grammatical properness.
.google.cloud.language.v1.PartOfSpeech.Proper proper = 9;
The proper.
getProperValue()
publicintgetProperValue()The grammatical properness.
.google.cloud.language.v1.PartOfSpeech.Proper proper = 9;
The enum numeric value on the wire for proper.
getReciprocity()
publicPartOfSpeech.ReciprocitygetReciprocity()The grammatical reciprocity.
.google.cloud.language.v1.PartOfSpeech.Reciprocity reciprocity = 10;
The reciprocity.
getReciprocityValue()
publicintgetReciprocityValue()The grammatical reciprocity.
.google.cloud.language.v1.PartOfSpeech.Reciprocity reciprocity = 10;
The enum numeric value on the wire for reciprocity.
getSerializedSize()
publicintgetSerializedSize()getTag()
publicPartOfSpeech.TaggetTag()The part of speech tag.
.google.cloud.language.v1.PartOfSpeech.Tag tag = 1;
The tag.
getTagValue()
publicintgetTagValue()The part of speech tag.
.google.cloud.language.v1.PartOfSpeech.Tag tag = 1;
The enum numeric value on the wire for tag.
getTense()
publicPartOfSpeech.TensegetTense()The grammatical tense.
.google.cloud.language.v1.PartOfSpeech.Tense tense = 11;
The tense.
getTenseValue()
publicintgetTenseValue()The grammatical tense.
.google.cloud.language.v1.PartOfSpeech.Tense tense = 11;
The enum numeric value on the wire for tense.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getVoice()
publicPartOfSpeech.VoicegetVoice()The grammatical voice.
.google.cloud.language.v1.PartOfSpeech.Voice voice = 12;
The voice.
getVoiceValue()
publicintgetVoiceValue()The grammatical voice.
.google.cloud.language.v1.PartOfSpeech.Voice voice = 12;
The enum numeric value on the wire for voice.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicPartOfSpeech.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedPartOfSpeech.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicPartOfSpeech.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)