public interface EncodeFullDocumentImagesOptions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_NAME |
Modifier and Type | Method and Description |
---|---|
void |
setEncodeFullDocumentImage(boolean encodeFullDocumentImage)
Sets whether full document image should be encoded in JPEG format and written into the corresponding
recognition result.
|
boolean |
shouldEncodeFullDocumentImage()
Returns whether encoding of full document images and writing them into the recognition result is enabled.
|
@NonNull static final java.lang.String CLASS_NAME
void setEncodeFullDocumentImage(boolean encodeFullDocumentImage)
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, Intent)
method
use either IntentDataTransferMode.OPTIMISED
or IntentDataTransferMode.PERSISTED_OPTIMISED
encodeFullDocumentImage
- whether full document images should be encoded in JPEG format and written into the
corresponding recognition result.boolean shouldEncodeFullDocumentImage()