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.AnnotationCaseTextExtractionAnnotation.AnnotationCase. forNumber(int value)TextExtractionAnnotation.AnnotationCaseTextExtractionAnnotation.Builder. getAnnotationCase()TextExtractionAnnotation.AnnotationCaseTextExtractionAnnotation. getAnnotationCase()TextExtractionAnnotation.AnnotationCaseTextExtractionAnnotationOrBuilder. getAnnotationCase()static TextExtractionAnnotation.AnnotationCaseTextExtractionAnnotation.AnnotationCase. valueOf(int value)Deprecated.static TextExtractionAnnotation.AnnotationCaseTextExtractionAnnotation.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.
-