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