Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotation_spec_set
def annotation_spec_set() -> ::String
- (::String) — Required. Annotation spec set resource name.
#annotation_spec_set=
def annotation_spec_set=(value) -> ::String
- value (::String) — Required. Annotation spec set resource name.
- (::String) — Required. Annotation spec set resource name.
#extraction_frame_rate
def extraction_frame_rate() -> ::Float
- (::Float) — Required. Number of frames per second to be extracted from the video.
#extraction_frame_rate=
def extraction_frame_rate=(value) -> ::Float
- value (::Float) — Required. Number of frames per second to be extracted from the video.
- (::Float) — Required. Number of frames per second to be extracted from the video.