IQAImageQualityResult methods
Objects that implement the IQAImageQualityResult interface must implement the following methods and their
corresponding setter methods:
isProcessed()- Returns a boolean value that is true when this segment was processed by IQA and false when it was not.
getImageScore()- Returns a float that represents the overall IQA score for this image segment. It should be a value between 0 and 10.0.
getImageViewAnalysisRecord()- Returns an X9.37 type 54 record as an array of bytes.
getDetailedAnalysis()- Returns an XML string that contains more detailed analysis information from IQA than what could be set in the type 54 record.
getDecompressStatus()- Returns an integer that represents the decompression status as returned from IQA.