public interface ImageBoundingPolyAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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;
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;BoundingPoly getBoundingPoly()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;BoundingPolyOrBuilder getBoundingPolyOrBuilder()
.google.cloud.datalabeling.v1beta1.BoundingPoly bounding_poly = 2;boolean hasNormalizedBoundingPoly()
.google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly normalized_bounding_poly = 3;
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.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpec getAnnotationSpec()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of object in this bounding polygon.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;ImageBoundingPolyAnnotation.BoundedAreaCase getBoundedAreaCase()
Copyright © 2019 Google LLC. All rights reserved.