Create DetectFacesRequest object.
Image base64.
Custom Request configuration to specify image, quality, attributes parameters.
Optional
params: { Optional
tag?: stringDefines tag that can be used in detect faces processing. Defaults to null
.
Static
allCreates a request for all available attribute results.
Image base64.
Static
cropCreates a request for cropped portraits of all the people in the image.
Image base64.
Static
cropCreates a request for a cropped portrait of the person whose face is the most central.
Image base64.
Static
qualityCreates a request to check all the available quality characteristics.
Image base64.
Static
qualityICAOCreates a request to check the quality characteristics based on the ICAO standard.
Image base64.
Static
qualityCreates a request to check the quality characteristics based on the Schengen visa standard.
Image base64.
Static
qualityCreates a request to check the quality characteristics based on the USA visa standard.
Image base64.
Static
thumbnailCreates a request for a cropped portrait of the person whose face is the most central in the image in the original size.
Image base64.
Detect Faces Request. Could be created by predefined scenarios (e.g: DetectFacesRequest.qualityICAO, DetectFacesRequest.cropAllFaces etc. ) or by using custom DetectFacesConfig.