Class FaceFrame (2.2.0)

FaceFrame(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Video frame level annotation results for face detection. .. attribute:: normalized_bounding_boxes

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.

:type: Sequence[google.cloud.videointelligence_v1beta2.types.NormalizedBoundingBox]

Attribute

NameDescription
time_offset google.protobuf.duration_pb2.Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.