public static final class IImageCaptureService.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.nio.ByteBuffer[] |
BestFrames
the frames with the highest quality collected during capture
|
IImageCaptureService.Status[] |
BestFramesStatus
the status of the frames with the highest quality
|
android.graphics.Point[] |
DocumentBoundary
the document boundary for the captured image
|
float |
DocumentHeight
the document height in millimeters (as specified in setDocumentSize), zero if unknown
|
float |
DocumentWidth
the document width in millimeters (as specified in setDocumentSize), zero if unknown
|
java.nio.ByteBuffer |
ImageBuffer
the captured image buffer (in the same format as provided in @link #submitRequestedFrame
|
int |
ImageHeight
the captured image height
|
int |
ImageWidth
the captured image width
|
IImageCaptureService.QualityAssessmentForOcrBlock[] |
qualityAssessmentForOcrBlocks
the quality assessment blocks
|
public final java.nio.ByteBuffer ImageBuffer
public final int ImageWidth
public final int ImageHeight
public final android.graphics.Point[] DocumentBoundary
public final float DocumentWidth
public final float DocumentHeight
public final IImageCaptureService.QualityAssessmentForOcrBlock[] qualityAssessmentForOcrBlocks
public final java.nio.ByteBuffer[] BestFrames
public final IImageCaptureService.Status[] BestFramesStatus