IQAJava_API methods
In addition to the methods in IQAJavaBase_API, the user must implement the following methods that are
specific to the IQAJava_API interface for the inbound IQA user exit:
analyze(IQAImageRecord[] imgRec, IQACodelineRecord[] codelines, IQAImageResults[] imgRes)- Called by the Gateway Server to analyze the image segments for an item.
convertType54ToSuspect(ImageAnalysisRecords[] iaRecs)- Called by the Gateway Server to convert type 54 records found in the transmission to suspect information.
getSuspectInfo()- Called to retrieve all of the IQASuspectInformation records from the last call to the
analyzemethod. getSuspectInfo(int recNo)- Called to retrieve the IQASuspectInformation record for the given record number.