Result class

Capture result.

final class IImageCaptureService.Result {
   public final ByteBuffer[] BestFrames;
   public final Status[] BestFramesStatus;
   public final Point[] DocumentBoundary;
   public final int DocumentHeight;
   public final int DocumentWidth;
   public final ByteBuffer ImageBuffer;
   public final int ImageHeight;
   public final int ImageWidth;
   public final qualityAssessmentForOcrBlocks[] QualityAssessmentForOcrBlock;
}

Properties

Name Type Description
BestFrames ByteBuffer[]

Array of the most quality frames.

A size of this array is set by the setNumberOfBestFramesToCollect method of the IImageCaptureService  interface. May be empty.

BestFramesStatus Status[]

Array of the status objects, corresponding to the BestFrames array.

A size of this array is equal to the size of the BestFrames array and is set by the setNumberOfBestFramesToCollect method of the IImageCaptureService  interface. May be empty.

DocumentBoundary Point[] The document boundary for the captured image. Currently the result is always returned as the four vertex points of the bounding quadrangle. The vertices are indexed clockwise starting from the bottom left.
DocumentHeight int

The physical document height in millimeters (as specified in setDocumentSize).

This property may be 0 if not specified.

DocumentWidth int

The physical document width in millimeters (as specified in setDocumentSize).

This property may be 0 if not specified.

ImageBuffer   ByteBuffer The captured image buffer.
ImageHeight int The captured image height.
ImageWidth int The captured image width.
qualityAssessmentForOcrBlocks QualityAssessmentForOcrBlock[] The quality assessment blocks.

02.03.2022 12:59:15

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.