Uses of Class
com.google.cloud.datalabeling.v1beta1.AnnotationSentiment
-
Packages that use AnnotationSentiment Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of AnnotationSentiment in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return AnnotationSentiment Modifier and Type Method Description static AnnotationSentiment
AnnotationSentiment. forNumber(int value)
AnnotationSentiment
Annotation.Builder. getAnnotationSentiment()
Output only.AnnotationSentiment
Annotation. getAnnotationSentiment()
Output only.AnnotationSentiment
AnnotationOrBuilder. getAnnotationSentiment()
Output only.static AnnotationSentiment
AnnotationSentiment. valueOf(int value)
Deprecated.static AnnotationSentiment
AnnotationSentiment. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AnnotationSentiment
AnnotationSentiment. valueOf(String name)
Returns the enum constant of this type with the specified name.static AnnotationSentiment[]
AnnotationSentiment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type AnnotationSentiment Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AnnotationSentiment>
AnnotationSentiment. internalGetValueMap()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type AnnotationSentiment Modifier and Type Method Description Annotation.Builder
Annotation.Builder. setAnnotationSentiment(AnnotationSentiment value)
Output only.
-