Interface ImageBoundingPolyAnnotationOrBuilder

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