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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.