Interface ImageClassificationAnnotationOrBuilder

    • Method Detail

      • hasAnnotationSpec

        boolean hasAnnotationSpec()
         Label of image.
         
        .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
        Returns:
        Whether the annotationSpec field is set.
      • getAnnotationSpec

        AnnotationSpec getAnnotationSpec()
         Label of image.
         
        .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;
        Returns:
        The annotationSpec.
      • getAnnotationSpecOrBuilder

        AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
         Label of image.
         
        .google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;