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

View Source

Deprecated. No effect.

Attributes

  • frames (type: list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceFrame.t), default: nil) - All video frames where a face was detected.
  • segments (type: list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceSegment.t), default: nil) - All video segments where a face was detected.
  • thumbnail (type: String.t, default: nil) - Thumbnail of a representative face view (in JPEG format).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceAnnotation{
    frames:
      [
        GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceFrame.t()
      ]
      | nil,
    segments:
      [
        GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p2beta1_FaceSegment.t()
      ]
      | nil,
    thumbnail: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.