Retrieves the quality rating from the most recent scan.
BiometricScanner objects
Integer scanner.ScannedQuality ( )
Argument |
Description |
---|---|
scanner |
The scanner object associated with the device you want to use to complete a scan |
Integer. Returns one of the following values for the quality of the most recent scan:
The quality value is generated during a scan by an algorithm set on the scanner.
The following example passes the quality of the most recent scan to a local variable:
li_rtn = l_bioscanner.ScannedQuality( )