Class: Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig::AnnotationSpecSetConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::VideoClassificationConfig::AnnotationSpecSetConfig
- 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
-
#allow_multi_label ⇒ ::Boolean
Optional.
-
#annotation_spec_set ⇒ ::String
Required.
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.
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.
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 |