Class: Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig::AnnotationSpecSetConfig

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

Annotation spec set with the setting of allowing multi labels or not.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_multi_label::Boolean

Returns Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.

Returns:

  • (::Boolean)

    Optional. If allow_multi_label is true, contributors are able to choose multiple labels from one annotation spec set.



155
156
157
158
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 155

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

#annotation_spec_set::String

Returns Required. Annotation spec set resource name.

Returns:

  • (::String)

    Required. Annotation spec set resource name.



155
156
157
158
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 155

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