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 aspect ratio of the required pattern is 3:4.
1 QUALITY_ALIGN_4x5 The aspect ratio of the required pattern is 4:5.
2 QUALITY_ALIGN_2x3 The aspect ratio of the required pattern is 2:3.
3 QUALITY_ALIGN_1x1 The aspect ratio of the required pattern is 1:1.
4 QUALITY_ALIGN_7x9 The aspect ratio of the required pattern is 3.5:4.5.

Next Steps