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 AnnotationSpec
getAnnotationSpec()
Label of object in this bounding polygon.AnnotationSpecOrBuilder
getAnnotationSpecOrBuilder()
Label of object in this bounding polygon.ImageBoundingPolyAnnotation.BoundedAreaCase
getBoundedAreaCase()
BoundingPoly
getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;
BoundingPolyOrBuilder
getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;
NormalizedBoundingPoly
getNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;
NormalizedBoundingPolyOrBuilder
getNormalizedBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;
boolean
hasAnnotationSpec()
Label of object in this bounding polygon.boolean
hasBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;
boolean
hasNormalizedBoundingPoly()
.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()
-
-