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