Interface TextClassificationAnnotationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AnnotationSpec getAnnotationSpec()
      Label of the text.
      AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
      Label of the text.
      boolean hasAnnotationSpec()
      Label of the text.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasAnnotationSpec

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

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

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