Create DetectFacesRequest object.
Image base64.
Custom Request configuration to specify image, quality, attributes parameters.
Optionalparams: { Optionaltag?: stringDefines tag that can be used in detect faces processing. Defaults to null.
StaticallCreates a request for all available attribute results.
Image base64.
StaticcropCreates a request for cropped portraits of all the people in the image.
Image base64.
StaticcropCreates a request for a cropped portrait of the person whose face is the most central.
Image base64.
StaticqualityCreates a request to check all the available quality characteristics.
Image base64.
StaticqualityICAOCreates a request to check the quality characteristics based on the ICAO standard.
Image base64.
StaticqualityCreates a request to check the quality characteristics based on the Schengen visa standard.
Image base64.
StaticqualityCreates a request to check the quality characteristics based on the USA visa standard.
Image base64.
StaticthumbnailCreates 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.