GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation (google_api_data_labeling v0.4.1)

View Source

Video object tracking annotation.

Attributes

  • annotationSpec (type: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t, default: nil) - Label of the object tracked in this annotation.
  • objectTrackingFrames (type: list(GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.t), default: nil) - The list of frames where this object track appears.
  • timeSegment (type: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TimeSegment.t, default: nil) - The time segment of the video to which object tracking applies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1VideoObjectTrackingAnnotation{
    annotationSpec:
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1AnnotationSpec.t()
      | nil,
    objectTrackingFrames:
      [
        GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ObjectTrackingFrame.t()
      ]
      | nil,
    timeSegment:
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1TimeSegment.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.