public static class ImageCaptureScenario.Result
Captured bitmap image with detected document boundaries. This result can be received in both real-time capture from camera preview and from an immediate manual capture.
public Result(@NotNull android.graphics.Bitmap bitmap, @Nullable android.graphics.Point[] documentBoundary)
Captured bitmap image with detected document boundaries. This result can be received in both real-time capture from camera preview and from an immediate manual capture.
bitmap
- Captured image.documentBoundary
- Coordinates of the boundaries detected on the image document.