Class ImageQualityGroup.ShadowsAndLightning
- java.lang.Object
-
- com.regula.facesdk.detection.request.ImageQualityGroup.ShadowsAndLightning
-
- Enclosing class:
- ImageQualityGroup
public static class ImageQualityGroup.ShadowsAndLightning extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ShadowsAndLightning()
-
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
faceGlare()
Whether there is glare on the face.static ImageQualityCharacteristic
shadowsOnFace()
Whether there are shadows on the face.static ImageQualityCharacteristic
tooDark()
Whether the photo is too dark.static ImageQualityCharacteristic
tooLight()
Whether the photo is overexposed.
-
-
-
Method Detail
-
tooDark
public static ImageQualityCharacteristic tooDark()
Whether the photo is too dark. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
tooLight
public static ImageQualityCharacteristic tooLight()
Whether the photo is overexposed. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
faceGlare
public static ImageQualityCharacteristic faceGlare()
Whether there is glare on the face. The range is from 0 to 1 where 0 is the absence of glare.- Returns:
ImageQualityCharacteristic
-
shadowsOnFace
public static ImageQualityCharacteristic shadowsOnFace()
Whether there are shadows on the face. The range is from 0 to 1 where 0 is the absence of shadows on the face.- 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
-
-