Table of Contents

Class ScanbotOcrEngineManager.ImageRefsInput

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

Constructors

ImageRefsInput(IList<ImageRef>, EngineMode, PdfConfiguration, File, IList<Page>)

[Register(".ctor", "(Ljava/util/List;Lio/scanbot/sdk/ocr/OcrEngineManager$EngineMode;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/io/File;Ljava/util/List;)V", "")]
public ImageRefsInput(IList<ImageRef> images, IOcrEngineManager.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, IList<Page> sourceOcrPages)

Parameters

images IList<ImageRef>
engineMode IOcrEngineManager.EngineMode
pdfConfig PdfConfiguration
outputFile File
sourceOcrPages IList<Page>

Properties

EngineMode

public override IOcrEngineManager.EngineMode EngineMode { get; }

Property Value

IOcrEngineManager.EngineMode

Images

public IList<ImageRef> Images { get; }

Property Value

IList<ImageRef>

OutputFile

public override File OutputFile { get; }

Property Value

File

PdfConfig

public override PdfConfiguration PdfConfig { get; }

Property Value

PdfConfiguration

Size

public override int Size { get; }

Property Value

int

SourceOcrPages

public override IList<Page> SourceOcrPages { get; }

Property Value

IList<Page>

Methods

Component1()

[Register("component1", "()Ljava/util/List;", "")]
public IList<ImageRef> Component1()

Returns

IList<ImageRef>

Component2()

[Register("component2", "()Lio/scanbot/sdk/ocr/OcrEngineManager$EngineMode;", "")]
public IOcrEngineManager.EngineMode Component2()

Returns

IOcrEngineManager.EngineMode

Component3()

[Register("component3", "()Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;", "")]
public PdfConfiguration Component3()

Returns

PdfConfiguration

Component4()

[Register("component4", "()Ljava/io/File;", "")]
public File Component4()

Returns

File

Component5()

[Register("component5", "()Ljava/util/List;", "")]
public IList<Page> Component5()

Returns

IList<Page>

Copy(IList<ImageRef>, EngineMode, PdfConfiguration, File, IList<Page>)

[Register("copy", "(Ljava/util/List;Lio/scanbot/sdk/ocr/OcrEngineManager$EngineMode;Lio/scanbot/sdk/pdfgeneration/PdfConfiguration;Ljava/io/File;Ljava/util/List;)Lio/scanbot/sdk/ocr/ScanbotOcrEngineManager$ImageRefsInput;", "")]
public ScanbotOcrEngineManager.ImageRefsInput Copy(IList<ImageRef> images, IOcrEngineManager.EngineMode engineMode, PdfConfiguration pdfConfig, File outputFile, IList<Page> sourceOcrPages)

Parameters

images IList<ImageRef>
engineMode IOcrEngineManager.EngineMode
pdfConfig PdfConfiguration
outputFile File
sourceOcrPages IList<Page>

Returns

ScanbotOcrEngineManager.ImageRefsInput