Uses of Class
com.google.cloud.automl.v1beta1.TextExtractionAnnotation.AnnotationCase
-
Packages that use TextExtractionAnnotation.AnnotationCase Package Description com.google.cloud.automl.v1beta1 A client to Cloud AutoML API -
-
Uses of TextExtractionAnnotation.AnnotationCase in com.google.cloud.automl.v1beta1
Methods in com.google.cloud.automl.v1beta1 that return TextExtractionAnnotation.AnnotationCase Modifier and Type Method Description static TextExtractionAnnotation.AnnotationCase
TextExtractionAnnotation.AnnotationCase. forNumber(int value)
TextExtractionAnnotation.AnnotationCase
TextExtractionAnnotation.Builder. getAnnotationCase()
TextExtractionAnnotation.AnnotationCase
TextExtractionAnnotation. getAnnotationCase()
TextExtractionAnnotation.AnnotationCase
TextExtractionAnnotationOrBuilder. getAnnotationCase()
static TextExtractionAnnotation.AnnotationCase
TextExtractionAnnotation.AnnotationCase. valueOf(int value)
Deprecated.static TextExtractionAnnotation.AnnotationCase
TextExtractionAnnotation.AnnotationCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static TextExtractionAnnotation.AnnotationCase[]
TextExtractionAnnotation.AnnotationCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-