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.PersonPartOfSpeech.Person. forNumber(int value)PartOfSpeech.PersonPartOfSpeech.Builder. getPerson()The grammatical person.PartOfSpeech.PersonPartOfSpeech. getPerson()The grammatical person.PartOfSpeech.PersonPartOfSpeechOrBuilder. getPerson()The grammatical person.static PartOfSpeech.PersonPartOfSpeech.Person. valueOf(int value)Deprecated.static PartOfSpeech.PersonPartOfSpeech.Person. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PartOfSpeech.PersonPartOfSpeech.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.BuilderPartOfSpeech.Builder. setPerson(PartOfSpeech.Person value)The grammatical person.
-