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

View Source

Video segment level annotation results for face detection.

Attributes

  • segment (type: GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_VideoSegment.t, default: nil) - Video segment where a face was detected.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_FaceSegment{
    segment:
      GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_VideoSegment.t()
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.