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.Reciprocity
PartOfSpeech.Reciprocity. forNumber(int value)
PartOfSpeech.Reciprocity
PartOfSpeech.Builder. getReciprocity()
The grammatical reciprocity.PartOfSpeech.Reciprocity
PartOfSpeech. getReciprocity()
The grammatical reciprocity.PartOfSpeech.Reciprocity
PartOfSpeechOrBuilder. getReciprocity()
The grammatical reciprocity.static PartOfSpeech.Reciprocity
PartOfSpeech.Reciprocity. valueOf(int value)
Deprecated.static PartOfSpeech.Reciprocity
PartOfSpeech.Reciprocity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Reciprocity
PartOfSpeech.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.Builder
PartOfSpeech.Builder. setReciprocity(PartOfSpeech.Reciprocity value)
The grammatical reciprocity.
-