View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame (google_api_ai_platform v0.13.0)

The fields xMin, xMax, yMin, and yMax refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in the top left of the frame.

Attributes

  • timeOffset (type: String.t, default: nil) - A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
  • xMax (type: number(), default: nil) - The rightmost coordinate of the bounding box.
  • xMin (type: number(), default: nil) - The leftmost coordinate of the bounding box.
  • yMax (type: number(), default: nil) - The bottommost coordinate of the bounding box.
  • yMin (type: number(), default: nil) - The topmost coordinate of the bounding box.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictPredictionVideoObjectTrackingPredictionResultFrame{
    timeOffset: String.t() | nil,
    xMax: number() | nil,
    xMin: number() | nil,
    yMax: number() | nil,
    yMin: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.