Table of Contents

Class _SBSDKOCREngine

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class _SBSDKOCREngine : NSObject
Inheritance
_SBSDKOCREngine
Extension Methods

Constructors

_SBSDKOCREngine()

public _SBSDKOCREngine()

_SBSDKOCREngine(out NSError?)

public _SBSDKOCREngine(out NSError? error)

Parameters

error NSError

_SBSDKOCREngine(NSObjectFlag?)

protected _SBSDKOCREngine(NSObjectFlag? t)

Parameters

t NSObjectFlag

_SBSDKOCREngine(NativeHandle?)

protected _SBSDKOCREngine(NativeHandle? handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle? ClassHandle { get; }

Property Value

NativeHandle

Methods

RunImage(SBSDKImageRef, out NSError?)

public virtual SBSDKPage? RunImage(SBSDKImageRef image, out NSError? error)

Parameters

image SBSDKImageRef
error NSError

Returns

SBSDKPage