Class FaceDetectionConfig (2.8.3)

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

Config for FACE_DETECTION.

Attributes

NameDescription
model str
Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
include_bounding_boxes bool
Whether bounding boxes be included in the face annotation output.