Interface ImageBoundingPolyAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImageBoundingPolyAnnotation,ImageBoundingPolyAnnotation.Builder
public interface ImageBoundingPolyAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationSpecgetAnnotationSpec()Label of object in this bounding polygon.AnnotationSpecOrBuildergetAnnotationSpecOrBuilder()Label of object in this bounding polygon.ImageBoundingPolyAnnotation.BoundedAreaCasegetBoundedAreaCase()BoundingPolygetBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;BoundingPolyOrBuildergetBoundingPolyOrBuilder().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;NormalizedBoundingPolygetNormalizedBoundingPoly().google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;NormalizedBoundingPolyOrBuildergetNormalizedBoundingPolyOrBuilder().google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;booleanhasAnnotationSpec()Label of object in this bounding polygon.booleanhasBoundingPoly().google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;booleanhasNormalizedBoundingPoly().google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBoundingPoly
boolean hasBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;- Returns:
- Whether the boundingPoly field is set.
-
getBoundingPoly
BoundingPoly getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;- Returns:
- The boundingPoly.
-
getBoundingPolyOrBuilder
BoundingPolyOrBuilder getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;
-
hasNormalizedBoundingPoly
boolean hasNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;- Returns:
- Whether the normalizedBoundingPoly field is set.
-
getNormalizedBoundingPoly
NormalizedBoundingPoly getNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;- Returns:
- The normalizedBoundingPoly.
-
getNormalizedBoundingPolyOrBuilder
NormalizedBoundingPolyOrBuilder getNormalizedBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;
-
hasAnnotationSpec
boolean hasAnnotationSpec()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;- Returns:
- Whether the annotationSpec field is set.
-
getAnnotationSpec
AnnotationSpec getAnnotationSpec()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;- Returns:
- The annotationSpec.
-
getAnnotationSpecOrBuilder
AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
getBoundedAreaCase
ImageBoundingPolyAnnotation.BoundedAreaCase getBoundedAreaCase()
-
-