Table of Contents

Class ScanbotOpticalCharacterRecognizer.RecognizerInput

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

Constructors

RecognizerInput()

[Register(".ctor", "()V", "")]
public RecognizerInput()

RecognizerInput(DefaultConstructorMarker)

[Register(".ctor", "(Lkotlin/jvm/internal/DefaultConstructorMarker;)V", "")]
public RecognizerInput(DefaultConstructorMarker _constructor_marker)

Parameters

_constructor_marker DefaultConstructorMarker

RecognizerInput(nint, JniHandleOwnership)

protected RecognizerInput(nint javaReference, JniHandleOwnership transfer)

Parameters

javaReference nint
transfer JniHandleOwnership

Properties

EngineMode

public abstract IOpticalCharacterRecognizer.EngineMode EngineMode { get; }

Property Value

IOpticalCharacterRecognizer.EngineMode

PdfConfig

public abstract PdfConfig PdfConfig { get; }

Property Value

PdfConfig

Size

public abstract int Size { get; }

Property Value

int