Uses of Class
com.idanalyzer.Profile
-
Uses of Profile in com.idanalyzer
Methods in com.idanalyzer that return ProfileModifier and TypeMethodDescriptionProfile.aamvaBarcodeParsing(boolean enabled) Enable or disable parsing of AAMVA barcodes (US/Canada driver licenses).Profile.autoCrop(boolean crop, boolean advancedCrop) Configure automatic cropping of the document from the image.Profile.canvasSize(int pixels) Set the working canvas size, in pixels, used during image processing.Profile.decisionTrigger(double reviewTrigger, double rejectTrigger) Set the overall decision-trigger scores that move a transaction to review or reject.Profile.inferFullName(boolean enabled) Enable or disable inferring the full name from name components.Profile.loadFromJson(Map<String, Object> config) Bulk-load override settings from a map (e.g.Profile.objectDetection(boolean enabled) Enable or disable object detection on the document image.Obscure (redact) the given result field keys in the output.Profile.orientationCorrection(boolean enabled) Enable or disable automatic orientation correction of input images.Profile.outputImage(boolean enable, String format) Configure whether a processed output image is returned, and its format.Profile.outputSize(int pixels) Set the maximum output image size, in pixels.Profile.restrictDocumentCountry(String countryCodes) Restrict accepted documents to the given issuing country code(s).Profile.restrictDocumentState(String states) Restrict accepted documents to the given issuing state(s)/province(s).Profile.restrictDocumentType(String documentType) Restrict accepted documents to the given document type(s).Profile.saveResult(boolean saveTransaction, boolean saveImages) Configure whether the transaction and its images are saved.Profile.setTimezone(String timezone) Set the timezone used for date/time fields in the transaction.Profile.setWarning(String code, boolean enabled, double reviewThreshold, double rejectThreshold, double weight) Configure how a specific warning code influences the decision.Profile.splitFirstName(boolean enabled) Enable or disable splitting the first name into separate name fields.Set an individual decision threshold value.Profile.transactionAuditReport(boolean enabled) Enable or disable generation of a transaction audit report.Set the webhook URL that result notifications are posted to.Methods in com.idanalyzer with parameters of type ProfileModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeProfileApi.createProfile(String name, Profile profile) Create a KYC profile (POST /profile).Biometric.setProfile(Profile profile) Attach a KYC profile (required beforeBiometric.verifyFace(java.lang.String, java.lang.String, java.lang.String)/Biometric.verifyLiveness(java.lang.String, java.lang.String)).Scanner.setProfile(Profile profile) Attach a KYC profile (required beforeScanner.scan(java.lang.String, java.lang.String, java.lang.String, java.lang.String)).com.fasterxml.jackson.databind.JsonNodeProfileApi.updateProfile(String profileId, String name, Profile profile) Update a KYC profile (PUT /profile/{id}).