Interface ICheckScanner
- Namespace
- IO.Scanbot.Sdk.Check
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/check/CheckScanner", "", "IO.Scanbot.Sdk.Check.ICheckScannerInvoker")]
public interface ICheckScanner : IJavaObject, IJavaPeerable, IDisposable
- Inherited Members
-
Methods
CopyCurrentConfiguration()
[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/check/CheckScannerConfiguration;", "GetCopyCurrentConfigurationHandler:IO.Scanbot.Sdk.Check.ICheckScannerInvoker, DocumentSDK.NET.Droid")]
CheckScannerConfiguration CopyCurrentConfiguration()
Returns
- CheckScannerConfiguration
Run(ImageRef)
[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "GetRun_Lio_scanbot_sdk_image_ImageRef_Handler:IO.Scanbot.Sdk.Check.ICheckScannerInvoker, DocumentSDK.NET.Droid")]
IResult Run(ImageRef image)
Parameters
image ImageRef
Returns
- IResult
SetConfiguration(CheckScannerConfiguration)
[Register("setConfiguration", "(Lio/scanbot/sdk/check/CheckScannerConfiguration;)Lio/scanbot/common/Result;", "GetSetConfiguration_Lio_scanbot_sdk_check_CheckScannerConfiguration_Handler:IO.Scanbot.Sdk.Check.ICheckScannerInvoker, DocumentSDK.NET.Droid")]
IResult SetConfiguration(CheckScannerConfiguration configuration)
Parameters
configuration CheckScannerConfiguration
Returns
- IResult