Class ImageQualityGroup.HeadOcclusion
- java.lang.Object
-
- com.regula.facesdk.detection.request.ImageQualityGroup.HeadOcclusion
-
- Enclosing class:
- ImageQualityGroup
public static class ImageQualityGroup.HeadOcclusion extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HeadOcclusion()
-
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
darkGlasses()
Whether the person wears dark glasses.static ImageQualityCharacteristic
faceOccluded()
Whether the face is visible and not occluded.static ImageQualityCharacteristic
foreheadCovering()
Whether the forehead is covered.static ImageQualityCharacteristic
framesTooHeavy()
Whether the glasses frames do not obscure eye details and the irises of both eyes are visible.static ImageQualityCharacteristic
headCovering()
Whether there is any head coverage other than religious headwear.static ImageQualityCharacteristic
headphones()
Whether the person is wearing headphones.static ImageQualityCharacteristic
medicalMask()
Whether the person is wearing a medical mask.static ImageQualityCharacteristic
reflectionOnGlasses()
Whether there are reflections on glasses.static ImageQualityCharacteristic
strongMakeup()
Whether the makeup is too strong.
-
-
-
Method Detail
-
darkGlasses
public static ImageQualityCharacteristic darkGlasses()
Whether the person wears dark glasses. The range is from 0 to 1 where 0 is dark glasses absence.- Returns:
ImageQualityCharacteristic
-
reflectionOnGlasses
public static ImageQualityCharacteristic reflectionOnGlasses()
Whether there are reflections on glasses. The range is from 0 to 1 where 0 is reflections absence. In the current release, always succeeds. Will be developed in the coming releases.- Returns:
ImageQualityCharacteristic
-
framesTooHeavy
public static ImageQualityCharacteristic framesTooHeavy()
Whether the glasses frames do not obscure eye details and the irises of both eyes are visible. The range is from 0 to 20 where 0 the absence of frames (glasses).- Returns:
ImageQualityCharacteristic
-
faceOccluded
public static ImageQualityCharacteristic faceOccluded()
Whether the face is visible and not occluded. The range is from 0 to 1 where 0 is face occlusion absence.- Returns:
ImageQualityCharacteristic
-
headCovering
public static ImageQualityCharacteristic headCovering()
Whether there is any head coverage other than religious headwear. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
foreheadCovering
public static ImageQualityCharacteristic foreheadCovering()
Whether the forehead is covered. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
strongMakeup
public static ImageQualityCharacteristic strongMakeup()
Whether the makeup is too strong. In the current release, always succeeds. Will be developed in the coming releases. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
headphones
public static ImageQualityCharacteristic headphones()
Whether the person is wearing headphones. The range is from 0 to 1 where 0 is headphones absence.- Returns:
ImageQualityCharacteristic
-
medicalMask
public static ImageQualityCharacteristic medicalMask()
Whether the person is wearing a medical mask. The range is from 0 to 1 where 0 is medical mask 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
-
-