public interface FullDocumentImageOptions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
void |
setReturnFullDocumentImage(boolean returnFullDocumentImage)
Sets whether full document image should be available in
FullDocumentImageResult . |
boolean |
shouldReturnFullDocumentImage()
Returns whether full document image will be available in
FullDocumentImageResult . |
@NonNull static final java.lang.String CLASS_NAME
void setReturnFullDocumentImage(boolean returnFullDocumentImage)
FullDocumentImageResult
.
If enabled, get image using
FullDocumentImageResult.getFullDocumentImage()
By default, this is set to 'false'.
IMPORTANT NOTE: If you set
MicroblinkSDK.setIntentDataTransferMode(com.microblink.blinkinput.intent.IntentDataTransferMode)
to IntentDataTransferMode.STANDARD
recognizer which contains encoded image
cannot be parcelized and passed by Intent
extras because of Android limitations
on intent extras size.
If you are using one of the provided scan activities and expect receiving scan results in
Activity.onActivityResult(int, int, android.content.Intent)
method
use either IntentDataTransferMode.OPTIMISED
or IntentDataTransferMode.PERSISTED_OPTIMISED
By default, this is set to 'false'returnFullDocumentImage
- whether full document image will be available in
FullDocumentImageResult
.boolean shouldReturnFullDocumentImage()
FullDocumentImageResult
.
By default, this is set to 'false'.
By default, this is set to 'false'FullDocumentImageResult
.