Interface IDocumentQualityAnalyzer
- Namespace
- IO.Scanbot.Sdk.Documentqualityanalyzer
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzer", "", "IO.Scanbot.Sdk.Documentqualityanalyzer.IDocumentQualityAnalyzerInvoker")]
public interface IDocumentQualityAnalyzer : IJavaObject, IJavaPeerable, IDisposable
- Inherited Members
-
Methods
CopyCurrentConfiguration()
[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;", "GetCopyCurrentConfigurationHandler:IO.Scanbot.Sdk.Documentqualityanalyzer.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
DocumentQualityAnalyzerConfiguration CopyCurrentConfiguration()
Returns
- DocumentQualityAnalyzerConfiguration
Run(ImageRef)
[Register("run", "(Lio/scanbot/sdk/image/ImageRef;)Lio/scanbot/common/Result;", "GetRun_Lio_scanbot_sdk_image_ImageRef_Handler:IO.Scanbot.Sdk.Documentqualityanalyzer.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
IResult Run(ImageRef image)
Parameters
image ImageRef
Returns
- IResult
SetConfiguration(DocumentQualityAnalyzerConfiguration)
[Register("setConfiguration", "(Lio/scanbot/sdk/documentqualityanalyzer/DocumentQualityAnalyzerConfiguration;)Lio/scanbot/common/Result;", "GetSetConfiguration_Lio_scanbot_sdk_documentqualityanalyzer_DocumentQualityAnalyzerConfiguration_Handler:IO.Scanbot.Sdk.Documentqualityanalyzer.IDocumentQualityAnalyzerInvoker, DocumentSDK.NET.Droid")]
IResult SetConfiguration(DocumentQualityAnalyzerConfiguration configuration)
Parameters
configuration DocumentQualityAnalyzerConfiguration
Returns
- IResult