Interface LabelVideoObjectTrackingOperationMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      HumanAnnotationConfig getBasicConfig()
      Basic human annotation config used in labeling request.
      HumanAnnotationConfigOrBuilder getBasicConfigOrBuilder()
      Basic human annotation config used in labeling request.
      boolean hasBasicConfig()
      Basic human annotation config used in labeling request.
      • 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 used in labeling request.
         
        .google.cloud.datalabeling.v1beta1.HumanAnnotationConfig basic_config = 1;
        Returns:
        Whether the basicConfig field is set.
      • getBasicConfig

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

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