IDLive Face new C++ API 1.46.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
idliveface::FaceDetectionResult Struct Reference

The result of the face detection. More...

#include <idliveface/idliveface.h>

Public Attributes

std::vector< DetectedFacefaces
 The detected faces.
 
ImageQualityAttributes image_quality_attributes
 Quality attributes of the image.
 
std::vector< Validationfailed_validations
 All failed validations.
 

Detailed Description

The result of the face detection.

Member Data Documentation

◆ faces

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.

◆ failed_validations

std::vector<Validation> idliveface::FaceDetectionResult::failed_validations

All failed validations.

Contains global failed validations and ones from all the faces.