Options for GmsDocumentScanner.
| class | GmsDocumentScannerOptions.Builder | Builder for
GmsDocumentScannerOptions. |
|
| @interface | GmsDocumentScannerOptions.CaptureMode | Scanner camera viewfinder capture mode. | |
| @interface | GmsDocumentScannerOptions.ResultFormat | Result format for the scanner. | |
| @interface | GmsDocumentScannerOptions.ScannerMode | Scanner mode which determines what features are enabled. | |
| int | CAPTURE_MODE_AUTO |
GmsDocumentScannerOptions.CaptureMode for automatically triggering capture
in scanner camera viewfinder. |
| int | CAPTURE_MODE_MANUAL |
GmsDocumentScannerOptions.CaptureMode for manually triggering capture in
scanner camera viewfinder. |
| int | RESULT_FORMAT_JPEG | |
| int | RESULT_FORMAT_PDF | |
| int | SCANNER_MODE_BASE |
GmsDocumentScannerOptions.ScannerMode that only enables the basic
features, for example, scanning with camera, document auto rotation, crop and
rotation, adding or removing or reordering pages, saving as JPEGs or PDF. |
| int | SCANNER_MODE_BASE_WITH_FILTER |
GmsDocumentScannerOptions.ScannerMode that only enables the basic features
(see #SCANNER_MODE_BASE) plus filters. |
| int | SCANNER_MODE_FULL |
GmsDocumentScannerOptions.ScannerMode with the full feature set, for
example, document image cleaning. |
| public static final GmsDocumentScannerOptions | DEFAULT_OPTIONS | The default
GmsDocumentScannerOptions. |
| boolean | |
| int |
hashCode()
Returns a hash code value for the object.
|
GmsDocumentScannerOptions.CaptureMode for automatically triggering capture
in scanner camera viewfinder.
GmsDocumentScannerOptions.CaptureMode for manually triggering capture in
scanner camera viewfinder.
GmsDocumentScannerOptions.ScannerMode that only enables the basic features,
for example, scanning with camera, document auto rotation, crop and rotation, adding or
removing or reordering pages, saving as JPEGs or PDF.
In the future, major new features delivered along with Google Play services updates will be disabled by default.
GmsDocumentScannerOptions.ScannerMode that only enables the basic features
(see #SCANNER_MODE_BASE) plus filters.
In the future, major new features delivered along with Google Play services updates will be disabled by default.
GmsDocumentScannerOptions.ScannerMode with the full feature set, for
example, document image cleaning.
In the future, major new features delivered along with Google Play services updates will be automatically enabled.
The default
GmsDocumentScannerOptions.
This is equivalent to new
GmsDocumentScannerOptions.Builder().build().
Indicates whether some other object is "equal to" this one.
Returns a hash code value for the object.