Class ImageQualityGroup.HeadOcclusion
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.HeadOcclusion
- Enclosing class:
- ImageQualityGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>
All Group characteristics with default (recommended) values.static ImageQualityCharacteristic
Whether the person wears dark glasses.static ImageQualityCharacteristic
Whether the face is visible and not occluded.static ImageQualityCharacteristic
Whether the forehead is covered.static ImageQualityCharacteristic
Whether the glasses frames do not obscure eye details and the irises of both eyes are visible.static ImageQualityCharacteristic
Whether there is any head coverage other than religious headwear.static ImageQualityCharacteristic
Whether the person is wearing headphones.static ImageQualityCharacteristic
Whether the person is wearing a medical mask.static ImageQualityCharacteristic
Whether there are reflections on glasses.static ImageQualityCharacteristic
Whether the makeup is too strong.
-
Constructor Details
-
HeadOcclusion
public HeadOcclusion()
-
-
Method Details
-
darkGlasses
Whether the person wears dark glasses. The range is from 0 to 1 where 0 is dark glasses absence.- Returns:
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
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
Whether the face is visible and not occluded. The range is from 0 to 1 where 0 is face occlusion absence.- Returns:
ImageQualityCharacteristic
-
headCovering
Whether there is any head coverage other than religious headwear. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
foreheadCovering
Whether the forehead is covered. The range is from 0 to 1.- Returns:
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
Whether the person is wearing headphones. The range is from 0 to 1 where 0 is headphones absence.- Returns:
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
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List<ImageQualityCharacteristic>
-