Table of Contents

Class ScanbotSDK.Configuration

Namespace
IO.Scanbot.Sdk
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ScanbotSDK$Configuration", DoNotGenerateAcw = true)]
public sealed class ScanbotSDK.Configuration : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
ScanbotSDK.Configuration
Implements
Inherited Members

Constructors

Configuration(string, File, IDocumentDraftExtractor, OcrSettings, PdfImagesExtractorSettings, DocumentScannerConfiguration)

[Register(".ctor", "(Ljava/lang/String;Ljava/io/File;Lio/scanbot/sdk/docprocessing/draft/DocumentDraftExtractor;Lio/scanbot/sdk/ocr/intelligence/OcrSettings;Lio/scanbot/sdk/pdf/PdfImagesExtractorSettings;Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)V", "")]
public Configuration(string ocrBlobsPath, File sdkFilesDirectory, IDocumentDraftExtractor documentDraftExtractor, OcrSettings ocrSettings, PdfImagesExtractorSettings pdfImagesExtractorSettings, DocumentScannerConfiguration documentScannerConfiguration)

Parameters

ocrBlobsPath string
sdkFilesDirectory File
documentDraftExtractor IDocumentDraftExtractor
ocrSettings OcrSettings
pdfImagesExtractorSettings PdfImagesExtractorSettings
documentScannerConfiguration DocumentScannerConfiguration

Properties

Acd

[Register("acd")]
public OcrSettings Acd { get; set; }

Property Value

OcrSettings

Acg

[Register("acg")]
public PdfImagesExtractorSettings Acg { get; set; }

Property Value

PdfImagesExtractorSettings

Acr

[Register("acr")]
public DocumentScannerConfiguration Acr { get; set; }

Property Value

DocumentScannerConfiguration

Acv

[Register("acv")]
public IDocumentDraftExtractor Acv { get; set; }

Property Value

IDocumentDraftExtractor

Acw

[Register("acw")]
public File Acw { get; set; }

Property Value

File

Acy

[Register("acy")]
public string Acy { get; set; }

Property Value

string

DocumentDraftExtractor

public IDocumentDraftExtractor DocumentDraftExtractor { get; }

Property Value

IDocumentDraftExtractor

DocumentScannerConfiguration

public DocumentScannerConfiguration DocumentScannerConfiguration { get; set; }

Property Value

DocumentScannerConfiguration

OcrBlobsPath

public string OcrBlobsPath { get; }

Property Value

string

OcrSettings

public OcrSettings OcrSettings { get; }

Property Value

OcrSettings

PdfImagesExtractorSettings

public PdfImagesExtractorSettings PdfImagesExtractorSettings { get; }

Property Value

PdfImagesExtractorSettings

SdkFilesDirectory

public File SdkFilesDirectory { get; }

Property Value

File

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Component2()

[Register("component2", "()Ljava/io/File;", "")]
public File Component2()

Returns

File

Component3()

[Register("component3", "()Lio/scanbot/sdk/docprocessing/draft/DocumentDraftExtractor;", "")]
public IDocumentDraftExtractor Component3()

Returns

IDocumentDraftExtractor

Component4()

[Register("component4", "()Lio/scanbot/sdk/ocr/intelligence/OcrSettings;", "")]
public OcrSettings Component4()

Returns

OcrSettings

Component5()

[Register("component5", "()Lio/scanbot/sdk/pdf/PdfImagesExtractorSettings;", "")]
public PdfImagesExtractorSettings Component5()

Returns

PdfImagesExtractorSettings

Component6()

[Register("component6", "()Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;", "")]
public DocumentScannerConfiguration Component6()

Returns

DocumentScannerConfiguration

Copy(string, File, IDocumentDraftExtractor, OcrSettings, PdfImagesExtractorSettings, DocumentScannerConfiguration)

[Register("copy", "(Ljava/lang/String;Ljava/io/File;Lio/scanbot/sdk/docprocessing/draft/DocumentDraftExtractor;Lio/scanbot/sdk/ocr/intelligence/OcrSettings;Lio/scanbot/sdk/pdf/PdfImagesExtractorSettings;Lio/scanbot/sdk/documentscanner/DocumentScannerConfiguration;)Lio/scanbot/sdk/ScanbotSDK$Configuration;", "")]
public ScanbotSDK.Configuration Copy(string ocrBlobsPath, File sdkFilesDirectory, IDocumentDraftExtractor documentDraftExtractor, OcrSettings ocrSettings, PdfImagesExtractorSettings pdfImagesExtractorSettings, DocumentScannerConfiguration documentScannerConfiguration)

Parameters

ocrBlobsPath string
sdkFilesDirectory File
documentDraftExtractor IDocumentDraftExtractor
ocrSettings OcrSettings
pdfImagesExtractorSettings PdfImagesExtractorSettings
documentScannerConfiguration DocumentScannerConfiguration

Returns

ScanbotSDK.Configuration