GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceFrame (google_api_video_intelligence v0.33.0)

View Source

Deprecated. No effect.

Attributes

  • normalizedBoundingBoxes (type: list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox.t), default: nil) - Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
  • timeOffset (type: String.t, default: nil) - Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceFrame{
    normalizedBoundingBoxes:
      [
        GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_NormalizedBoundingBox.t()
      ]
      | nil,
    timeOffset: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.