IQASuspectInformation methods
The IQASuspectInformation Java™ interface has several methods that
must be implemented:
getFrontImageAnalysisFlags()- Returns an integer that contains the ImageAnalysisFlags for the front image segment, or segments. Refer to the SUS_IA_* flags in the IQASuspectInformation interface for a definition of all of the possible suspect reason flags.
getRearImageAnalysisFlags()- Returns an integer that contains the ImageAnalysisFlags for the back image segment, or segments. Refer to the SUS_IA_* flags in the IQASuspectInformation interface for a definition of all of the possible suspect reason flags.
getImageUsabilityFlags()- Returns an integer that contains the ImageUsabilityFlags. Refer to the SUS_IU_* flags in the IQASuspectInformation interface for a definition of all of the possible suspect reason flags. These flags map directly to the X9.37 type 54 image usability settings.
getOverUnderFlags()- Returns a character that contains the over and under flags that describe whether the size of the image segment is over or under the acceptable value. Refer to the SUS_OVER_* and SUS_UNDER_* flags the IQASuspectInformation interface for a definition of all of the possible suspect reason flags.
isSuspect()- Returns a boolean value that is true when the item is a suspect and false when it is not.
toString()- Returns a string that contains a readable representation of the suspect information. This method is called for tracing purposes only.