public interface PartOfSpeechOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PartOfSpeech.Aspect |
getAspect()
The grammatical aspect.
|
int |
getAspectValue()
The grammatical aspect.
|
PartOfSpeech.Case |
getCase()
The grammatical case.
|
int |
getCaseValue()
The grammatical case.
|
PartOfSpeech.Form |
getForm()
The grammatical form.
|
int |
getFormValue()
The grammatical form.
|
PartOfSpeech.Gender |
getGender()
The grammatical gender.
|
int |
getGenderValue()
The grammatical gender.
|
PartOfSpeech.Mood |
getMood()
The grammatical mood.
|
int |
getMoodValue()
The grammatical mood.
|
PartOfSpeech.Number |
getNumber()
The grammatical number.
|
int |
getNumberValue()
The grammatical number.
|
PartOfSpeech.Person |
getPerson()
The grammatical person.
|
int |
getPersonValue()
The grammatical person.
|
PartOfSpeech.Proper |
getProper()
The grammatical properness.
|
int |
getProperValue()
The grammatical properness.
|
PartOfSpeech.Reciprocity |
getReciprocity()
The grammatical reciprocity.
|
int |
getReciprocityValue()
The grammatical reciprocity.
|
PartOfSpeech.Tag |
getTag()
The part of speech tag.
|
int |
getTagValue()
The part of speech tag.
|
PartOfSpeech.Tense |
getTense()
The grammatical tense.
|
int |
getTenseValue()
The grammatical tense.
|
PartOfSpeech.Voice |
getVoice()
The grammatical voice.
|
int |
getVoiceValue()
The grammatical voice.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getTagValue()
The part of speech tag.
.google.cloud.language.v1.PartOfSpeech.Tag tag = 1;
PartOfSpeech.Tag getTag()
The part of speech tag.
.google.cloud.language.v1.PartOfSpeech.Tag tag = 1;
int getAspectValue()
The grammatical aspect.
.google.cloud.language.v1.PartOfSpeech.Aspect aspect = 2;
PartOfSpeech.Aspect getAspect()
The grammatical aspect.
.google.cloud.language.v1.PartOfSpeech.Aspect aspect = 2;
int getCaseValue()
The grammatical case.
.google.cloud.language.v1.PartOfSpeech.Case case = 3;
PartOfSpeech.Case getCase()
The grammatical case.
.google.cloud.language.v1.PartOfSpeech.Case case = 3;
int getFormValue()
The grammatical form.
.google.cloud.language.v1.PartOfSpeech.Form form = 4;
PartOfSpeech.Form getForm()
The grammatical form.
.google.cloud.language.v1.PartOfSpeech.Form form = 4;
int getGenderValue()
The grammatical gender.
.google.cloud.language.v1.PartOfSpeech.Gender gender = 5;
PartOfSpeech.Gender getGender()
The grammatical gender.
.google.cloud.language.v1.PartOfSpeech.Gender gender = 5;
int getMoodValue()
The grammatical mood.
.google.cloud.language.v1.PartOfSpeech.Mood mood = 6;
PartOfSpeech.Mood getMood()
The grammatical mood.
.google.cloud.language.v1.PartOfSpeech.Mood mood = 6;
int getNumberValue()
The grammatical number.
.google.cloud.language.v1.PartOfSpeech.Number number = 7;
PartOfSpeech.Number getNumber()
The grammatical number.
.google.cloud.language.v1.PartOfSpeech.Number number = 7;
int getPersonValue()
The grammatical person.
.google.cloud.language.v1.PartOfSpeech.Person person = 8;
PartOfSpeech.Person getPerson()
The grammatical person.
.google.cloud.language.v1.PartOfSpeech.Person person = 8;
int getProperValue()
The grammatical properness.
.google.cloud.language.v1.PartOfSpeech.Proper proper = 9;
PartOfSpeech.Proper getProper()
The grammatical properness.
.google.cloud.language.v1.PartOfSpeech.Proper proper = 9;
int getReciprocityValue()
The grammatical reciprocity.
.google.cloud.language.v1.PartOfSpeech.Reciprocity reciprocity = 10;
PartOfSpeech.Reciprocity getReciprocity()
The grammatical reciprocity.
.google.cloud.language.v1.PartOfSpeech.Reciprocity reciprocity = 10;
int getTenseValue()
The grammatical tense.
.google.cloud.language.v1.PartOfSpeech.Tense tense = 11;
PartOfSpeech.Tense getTense()
The grammatical tense.
.google.cloud.language.v1.PartOfSpeech.Tense tense = 11;
int getVoiceValue()
The grammatical voice.
.google.cloud.language.v1.PartOfSpeech.Voice voice = 12;
PartOfSpeech.Voice getVoice()
The grammatical voice.
.google.cloud.language.v1.PartOfSpeech.Voice voice = 12;
Copyright © 2022 Google LLC. All rights reserved.