Class ImageQualityGroup.ShadowsAndLightning
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.ShadowsAndLightning
- Enclosing class:
ImageQualityGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>
All Group characteristics with default (recommended) values.static ImageQualityCharacteristic
Whether there is glare on the face.static ImageQualityCharacteristic
Whether there are shadows on the face.static ImageQualityCharacteristic
tooDark()
Whether the photo is too dark.static ImageQualityCharacteristic
tooLight()
Whether the photo is overexposed.
-
Constructor Details
-
ShadowsAndLightning
public ShadowsAndLightning()
-
-
Method Details
-
tooDark
Whether the photo is too dark. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
tooLight
Whether the photo is overexposed. The range is from 0 to 1.- Returns:
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
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
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List<ImageQualityCharacteristic>
-