Class FaceAnnotation (2.3.3)

Stay organized with collections Save and categorize content based on your preferences.
FaceAnnotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Face annotation. .. attribute:: thumbnail

Thumbnail of a representative face view (in JPEG format).

:type: bytes

Attributes

NameDescription
segments Sequence[google.cloud.videointelligence_v1beta2.types.FaceSegment]
All video segments where a face was detected.
frames Sequence[google.cloud.videointelligence_v1beta2.types.FaceFrame]
All video frames where a face was detected.

Inheritance

builtins.object > proto.message.Message > FaceAnnotation