FaceDetectionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)Config for FACE_DETECTION.
Attributes |
|
|---|---|
| Name | Description |
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 are included in the face annotation output. |
include_attributes |
bool
Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc. Ignored if 'include_bounding_boxes' is set to false. |