Class ImageQualityGroup.PoseAndExpression
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.PoseAndExpression
- Enclosing class:
ImageQualityGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>
All Group characteristics with default (recommended) values.static ImageQualityCharacteristic
Checks the presence of any emotional facial expression.static ImageQualityCharacteristic
Whether the mouth is open.static ImageQualityCharacteristic
Checks the symmetry of the shoulders.static ImageQualityCharacteristic
smile()
Whether the person smiles.
-
Constructor Details
-
PoseAndExpression
public PoseAndExpression()
-
-
Method Details
-
shouldersPose
Checks the symmetry of the shoulders. The range is from 0 to 1 where 1 is for absolutely symmetrical shoulders.- Returns:
ImageQualityCharacteristic
-
expressionLevel
Checks the presence of any emotional facial expression. The range is from 0 to 1 where 0 is for absolutely non-emotional expression.- Returns:
ImageQualityCharacteristic
-
mouthOpen
Whether the mouth is open. The range is from 0 to 1 where 0 is closed mouth.- Returns:
ImageQualityCharacteristic
-
smile
Whether the person smiles. The range is from 0 to 1 where 0 is smile absence.- Returns:
ImageQualityCharacteristic
-
allRecommended
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List<ImageQualityCharacteristic>
-