GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation (google_api_video_intelligence v0.33.0)
View SourceDeprecated. No effect.
Attributes
-
frames
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_FaceFrame.t)
, default:nil
) - All video frames where a face was detected. -
segments
(type:list(GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_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
@type t() :: %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_FaceAnnotation{ frames: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_FaceFrame.t() ] | nil, segments: [ GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1p3beta1_FaceSegment.t() ] | nil, thumbnail: String.t() | nil }