Class ImageQualityGroup.EyesCharacteristics
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.EyesCharacteristics
- Enclosing class:
ImageQualityGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>
All Group characteristics with default (recommended) values.static ImageQualityCharacteristic
Whether the left eye is closed.static ImageQualityCharacteristic
Whether the left eye is covered with hair.static ImageQualityCharacteristic
Whether the left eye is occluded.static ImageQualityCharacteristic
Whether the right eye is closed.static ImageQualityCharacteristic
Whether the right eye is covered with hair.static ImageQualityCharacteristic
Whether the right eye is occluded.static ImageQualityCharacteristic
eyesRed()
Whether there is the red-eye effect.static ImageQualityCharacteristic
offGaze()
Whether the person is not looking directly at the camera.
-
Constructor Details
-
EyesCharacteristics
public EyesCharacteristics()
-
-
Method Details
-
eyeRightClosed
Whether the right eye is closed. The range is from 0 to 1 where 1 is the eye is fully closed.- Returns:
ImageQualityCharacteristic
-
eyeLeftClosed
Whether the left eye is closed. The range is from 0 to 1 where 1 is the eye is fully closed.- Returns:
ImageQualityCharacteristic
-
eyeRightOccluded
Whether the right eye is occluded. The range is from 0 to 1 where 1 is the eye is fully occluded.- Returns:
ImageQualityCharacteristic
-
eyeLeftOccluded
Whether the left eye is occluded. The range is from 0 to 1 where 1 is the eye is fully occluded.- Returns:
ImageQualityCharacteristic
-
eyesRed
Whether there is the red-eye effect. The range is from 0 to 1 where 0 is the absence of red-eye effect.- Returns:
ImageQualityCharacteristic
-
eyeRightCoveredWithHair
Whether the right eye is covered with hair. The range is from 0 to 1 where 1 is 100% of the eye is covered by hair.- Returns:
ImageQualityCharacteristic
-
eyeLeftCoveredWithHair
Whether the left eye is covered with hair. The range is from 0 to 1 where 1 is 100% of the eye is covered by hair- Returns:
ImageQualityCharacteristic
-
offGaze
Whether the person is not looking directly at the camera. The range is from 0 to 1 where 0 is for absolutely direct look.- Returns:
ImageQualityCharacteristic
-
allRecommended
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List<ImageQualityCharacteristic>
-