GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectDetectionConfig (google_api_data_labeling v0.2.1) View Source

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.

Attributes

  • annotationSpecSet (type: String.t, default: nil) - Required. Annotation spec set resource name.
  • extractionFrameRate (type: float(), default: nil) - Required. Number of frames per second to be extracted from the video.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectDetectionConfig{
    annotationSpecSet: String.t(),
    extractionFrameRate: float()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.