Class: Google::Cloud::DataLabeling::V1beta1::BoundingPolyConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb

Overview

Config for image bounding poly (and bounding box) human labeling task.

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_spec_set::String

Returns Required. Annotation spec set resource name.

Returns:

  • (::String)

    Required. Annotation spec set resource name.



97
98
99
100
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 97

class BoundingPolyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instruction_message::String

Returns Optional. Instruction message showed on contributors UI.

Returns:

  • (::String)

    Optional. Instruction message showed on contributors UI.



97
98
99
100
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 97

class BoundingPolyConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end