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 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;