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