GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectDetectionConfig (google_api_data_labeling v0.4.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.