Class: Google::Cloud::DataLabeling::V1beta1::EventConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::EventConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb
Overview
Config for video event human labeling task.
Instance Attribute Summary collapse
Instance Attribute Details
#annotation_spec_sets ⇒ ::Array<::String>
Returns Required. The list of annotation spec set resource name. Similar to video classification, we support selecting event from multiple AnnotationSpecSet at the same time.
192 193 194 195 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 192 class EventConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |