|
IDLive Face new C++ API 1.50.4
|
The result of the face detection. More...
#include <idliveface/idliveface.h>
Public Attributes | |
| std::vector< DetectedFace > | faces |
| The detected faces. | |
| ImageQualityAttributes | image_quality_attributes |
| Quality attributes of the image. | |
| std::vector< Validation > | failed_validations |
| All failed validations. | |
The result of the face detection.
| std::vector<DetectedFace> idliveface::FaceDetectionResult::faces |
The detected faces.
When no faces are detected, the list will be empty and the failed_validations will contain Validation::kFaceNotFound.
| std::vector<Validation> idliveface::FaceDetectionResult::failed_validations |
All failed validations.
Contains global failed validations and ones from all the faces.