public static class PayFormScanner.DetectionResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
DetectedForm |
form |
int |
frameHeight |
int |
frameWidth |
byte[] |
lastFrame |
| Constructor and Description |
|---|
DetectionResult(DetectedForm form,
byte[] lastFrame,
int frameWidth,
int frameHeight) |
public final DetectedForm form
public final byte[] lastFrame
public final int frameWidth
public final int frameHeight
public DetectionResult(DetectedForm form, byte[] lastFrame, int frameWidth, int frameHeight)