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 AnnotationSpec
getAnnotationSpec()
Label of this polyline.AnnotationSpecOrBuilder
getAnnotationSpecOrBuilder()
Label of this polyline.NormalizedPolyline
getNormalizedPolyline()
.google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;
NormalizedPolylineOrBuilder
getNormalizedPolylineOrBuilder()
.google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;
ImagePolylineAnnotation.PolyCase
getPolyCase()
Polyline
getPolyline()
.google.cloud.datalabeling.v1beta1.Polyline polyline = 2;
PolylineOrBuilder
getPolylineOrBuilder()
.google.cloud.datalabeling.v1beta1.Polyline polyline = 2;
boolean
hasAnnotationSpec()
Label of this polyline.boolean
hasNormalizedPolyline()
.google.cloud.datalabeling.v1beta1.NormalizedPolyline normalized_polyline = 3;
boolean
hasPolyline()
.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()
-
-