Class FaceDetectionConfig (2.3.3)

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

Config for FACE_DETECTION. .. attribute:: model

Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

:type: str

Attribute

NameDescription
include_bounding_boxes bool
Whether bounding boxes be included in the face annotation output.