Uses of Class
com.google.cloud.language.v1beta2.PartOfSpeech.Aspect
-
Packages that use PartOfSpeech.Aspect Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of PartOfSpeech.Aspect in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return PartOfSpeech.Aspect Modifier and Type Method Description static PartOfSpeech.Aspect
PartOfSpeech.Aspect. forNumber(int value)
PartOfSpeech.Aspect
PartOfSpeech.Builder. getAspect()
The grammatical aspect.PartOfSpeech.Aspect
PartOfSpeech. getAspect()
The grammatical aspect.PartOfSpeech.Aspect
PartOfSpeechOrBuilder. getAspect()
The grammatical aspect.static PartOfSpeech.Aspect
PartOfSpeech.Aspect. valueOf(int value)
Deprecated.static PartOfSpeech.Aspect
PartOfSpeech.Aspect. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Aspect
PartOfSpeech.Aspect. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartOfSpeech.Aspect[]
PartOfSpeech.Aspect. 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.Aspect Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PartOfSpeech.Aspect>
PartOfSpeech.Aspect. internalGetValueMap()
Methods in com.google.cloud.language.v1beta2 with parameters of type PartOfSpeech.Aspect Modifier and Type Method Description PartOfSpeech.Builder
PartOfSpeech.Builder. setAspect(PartOfSpeech.Aspect value)
The grammatical aspect.
-