Class: Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb
Overview
Config for video object tracking human labeling task.
Instance Attribute Summary collapse
-
#annotation_spec_set ⇒ ::String
Required.
Instance Attribute Details
#annotation_spec_set ⇒ ::String
Returns Required. Annotation spec set resource name.
181 182 183 184 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 181 class ObjectTrackingConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |