AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig (v0.8.0)

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
Returns
  • (::String) — Required. Annotation spec set resource name.

#annotation_spec_set=

def annotation_spec_set=(value) -> ::String
Parameter
  • value (::String) — Required. Annotation spec set resource name.
Returns
  • (::String) — Required. Annotation spec set resource name.

#extraction_frame_rate

def extraction_frame_rate() -> ::Float
Returns
  • (::Float) — Required. Number of frames per second to be extracted from the video.

#extraction_frame_rate=

def extraction_frame_rate=(value) -> ::Float
Parameter
  • value (::Float) — Required. Number of frames per second to be extracted from the video.
Returns
  • (::Float) — Required. Number of frames per second to be extracted from the video.