Class ScanbotSdkDocumentScanner
- Namespace
- IO.Scanbot.Sdk.Documentscanner
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentscanner/ScanbotSdkDocumentScanner", DoNotGenerateAcw = true)]
public sealed class ScanbotSdkDocumentScanner : SelfDisposable, IDocumentScanner, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
ScanbotSdkDocumentScanner
- Implements
-
- Inherited Members
-
Methods
ClearResult()
[Register("clearResult", "()V", "")]
public void ClearResult()
CopyCurrentConfiguration()
[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;", "")]
public DocumentScannerConfiguration CopyCurrentConfiguration()
Returns
- DocumentScannerConfiguration
Create(DocumentScannerConfiguration)
[Register("create", "(Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)Lio/scanbot/common/Result;", "")]
public static IResult Create(DocumentScannerConfiguration configuration)
Parameters
configuration DocumentScannerConfiguration
Returns
- IResult
DisposeNative()
[Register("disposeNative", "()V", "")]
public override void DisposeNative()
Init()
[Register("init", "()Lio/scanbot/common/Result;", "")]
public override IResult Init()
Returns
- IResult
Run(ImageRef)
[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "")]
public IResult Run(ImageRef image)
Parameters
image ImageRef
Returns
- IResult
Scan(ImageRef)
[Register("scan", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "")]
public IResult Scan(ImageRef image)
Parameters
image ImageRef
Returns
- IResult
SetConfiguration(DocumentScannerConfiguration)
[Register("setConfiguration", "(Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)Lio/scanbot/common/Result;", "")]
public IResult SetConfiguration(DocumentScannerConfiguration configuration)
Parameters
configuration DocumentScannerConfiguration
Returns
- IResult