Uses of Class
com.google.cloud.language.v1.PartOfSpeech.Person
-
Packages that use PartOfSpeech.Person Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of PartOfSpeech.Person in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return PartOfSpeech.Person Modifier and Type Method Description static PartOfSpeech.Person
PartOfSpeech.Person. forNumber(int value)
PartOfSpeech.Person
PartOfSpeech.Builder. getPerson()
The grammatical person.PartOfSpeech.Person
PartOfSpeech. getPerson()
The grammatical person.PartOfSpeech.Person
PartOfSpeechOrBuilder. getPerson()
The grammatical person.static PartOfSpeech.Person
PartOfSpeech.Person. valueOf(int value)
Deprecated.static PartOfSpeech.Person
PartOfSpeech.Person. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Person
PartOfSpeech.Person. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Person[]
PartOfSpeech.Person. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.language.v1 that return types with arguments of type PartOfSpeech.Person Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Person>
PartOfSpeech.Person. internalGetValueMap()
Methods in com.google.cloud.language.v1 with parameters of type PartOfSpeech.Person Modifier and Type Method Description PartOfSpeech.Builder
PartOfSpeech.Builder. setPerson(PartOfSpeech.Person value)
The grammatical person.
-