Class ImageQualityGroup.EyesCharacteristics
- java.lang.Object
-
- com.regula.facesdk.detection.request.ImageQualityGroup.EyesCharacteristics
-
- Enclosing class:
- ImageQualityGroup
public static class ImageQualityGroup.EyesCharacteristics extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EyesCharacteristics()
-
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
eyeLeftClosed()
Whether the left eye is closed.static ImageQualityCharacteristic
eyeLeftCoveredWithHair()
Whether the left eye is covered with hair.static ImageQualityCharacteristic
eyeLeftOccluded()
Whether the left eye is occluded.static ImageQualityCharacteristic
eyeRightClosed()
Whether the right eye is closed.static ImageQualityCharacteristic
eyeRightCoveredWithHair()
Whether the right eye is covered with hair.static ImageQualityCharacteristic
eyeRightOccluded()
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.
-
-
-
Method Detail
-
eyeRightClosed
public static ImageQualityCharacteristic 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static 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
public static java.util.List<ImageQualityCharacteristic> allRecommended()
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List
-
-