Interface LabelImageOrientedBoundingBoxOperationMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      HumanAnnotationConfig getBasicConfig()
      Basic human annotation config.
      HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
      Basic human annotation config.
      boolean hasBasicConfig()
      Basic human annotation config.
      • 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

      • hasBasicConfig

        boolean hasBasicConfig()
         Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
        Returns:
        Whether the basicConfig field is set.
      • getBasicConfig

        HumanAnnotationConfig getBasicConfig()
         Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
        Returns:
        The basicConfig.
      • getBasicConfigOrBuilder

        HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
         Basic human annotation config.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;