Skip to content

FaceImageQualityAlignType

The enumeration contains the aspect ratio according to which face alignment is performed during face detection.

Value Name Description
0 QUALITY_ALIGN_3x4 The dimensions ratio of the required pattern is 3x4.
1 QUALITY_ALIGN_4x5 The dimensions ratio of the required pattern is 4x5.
2 QUALITY_ALIGN_2x3 The dimensions ratio of the required pattern is 2x3.
3 QUALITY_ALIGN_1x1 The dimensions ratio of the required pattern is 1x1.
4 QUALITY_ALIGN_7x9 The dimensions ratio of the required pattern is 3.5 x 4.5.

Next Steps