Class: Google::Cloud::DataLabeling::V1beta1::PolylineConfig

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 polyline 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.



109
110
111
112
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 109

class PolylineConfig
  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.



109
110
111
112
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 109

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