Class DetectFacesConfiguration
java.lang.Object
com.regula.facesdk.detection.request.DetectFacesConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributes
(List<DetectFacesAttribute> attributes) Current array for the face image detection attributes.void
setCustomQuality
(List<ImageQualityCharacteristic> customQuality) Current array for the face image quality assessment rules.void
setOnlyCentralFace
(Boolean onlyCentralFace) Whether to process only the central face on the image or all the faces.void
setOutputImageParams
(OutputImageParams outputImageParams) If set the uploaded image is processed according to the indicated settings
-
Constructor Details
-
DetectFacesConfiguration
public DetectFacesConfiguration()
-
-
Method Details
-
getAttributes
-
getCustomQuality
-
getOutputImageParams
-
getOnlyCentralFace
-
setAttributes
Current array for the face image detection attributes.- Parameters:
attributes
-List<DetectFacesAttribute>
-
setCustomQuality
Current array for the face image quality assessment rules.- Parameters:
customQuality
-List<ImageQualityCharacteristic>
-
setOutputImageParams
If set the uploaded image is processed according to the indicated settings- Parameters:
outputImageParams
-OutputImageParams
-
setOnlyCentralFace
Whether to process only the central face on the image or all the faces. If set true, the SDK detects and processes only oneāthe most central face in the image. If set false, the SDK processes all faces in the image. Default false.
-