Table of Contents

Class SBSDKOCREngine

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

Constructors

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

CreateAndReturnError(out NSError?)

public static SBSDKOCREngine? CreateAndReturnError(out NSError? error)

Parameters

error NSError

Returns

SBSDKOCREngine

RunWithImage(SBSDKImageRef, out NSError?)

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

Parameters

image SBSDKImageRef
error NSError

Returns

SBSDKPage