Class: Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig
- 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 detection human labeling task. Object detection will be conducted on the images extracted from the video, and those objects will be labeled with bounding boxes. User need to specify the number of images to be extracted per second as the extraction frame rate.
Instance Attribute Summary collapse
-
#annotation_spec_set ⇒ ::String
Required.
-
#extraction_frame_rate ⇒ ::Float
Required.
Instance Attribute Details
#annotation_spec_set ⇒ ::String
Returns Required. Annotation spec set resource name.
172 173 174 175 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 172 class ObjectDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#extraction_frame_rate ⇒ ::Float
Returns Required. Number of frames per second to be extracted from the video.
172 173 174 175 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/human_annotation_config.rb', line 172 class ObjectDetectionConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |