Interface ImagePolylineAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImagePolylineAnnotation,ImagePolylineAnnotation.Builder
public interface ImagePolylineAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationSpecgetAnnotationSpec()Label of this polyline.AnnotationSpecOrBuildergetAnnotationSpecOrBuilder()Label of this polyline.NormalizedPolylinegetNormalizedPolyline().google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;NormalizedPolylineOrBuildergetNormalizedPolylineOrBuilder().google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;ImagePolylineAnnotation.PolyCasegetPolyCase()PolylinegetPolyline().google.cloud.datalabeling.v1beta1.Polyline polyline = 2;PolylineOrBuildergetPolylineOrBuilder().google.cloud.datalabeling.v1beta1.Polyline polyline = 2;booleanhasAnnotationSpec()Label of this polyline.booleanhasNormalizedPolyline().google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;booleanhasPolyline().google.cloud.datalabeling.v1beta1.Polyline polyline = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPolyline
boolean hasPolyline()
.google.cloud.datalabeling.v1beta1.Polyline polyline = 2;- Returns:
- Whether the polyline field is set.
-
getPolyline
Polyline getPolyline()
.google.cloud.datalabeling.v1beta1.Polyline polyline = 2;- Returns:
- The polyline.
-
getPolylineOrBuilder
PolylineOrBuilder getPolylineOrBuilder()
.google.cloud.datalabeling.v1beta1.Polyline polyline = 2;
-
hasNormalizedPolyline
boolean hasNormalizedPolyline()
.google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;- Returns:
- Whether the normalizedPolyline field is set.
-
getNormalizedPolyline
NormalizedPolyline getNormalizedPolyline()
.google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;- Returns:
- The normalizedPolyline.
-
getNormalizedPolylineOrBuilder
NormalizedPolylineOrBuilder getNormalizedPolylineOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;
-
hasAnnotationSpec
boolean hasAnnotationSpec()
Label of this polyline.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;- Returns:
- Whether the annotationSpec field is set.
-
getAnnotationSpec
AnnotationSpec getAnnotationSpec()
Label of this polyline.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;- Returns:
- The annotationSpec.
-
getAnnotationSpecOrBuilder
AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of this polyline.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
-
getPolyCase
ImagePolylineAnnotation.PolyCase getPolyCase()
-
-