Table of Contents

Class SBSDKOCRResult

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKOCRResult : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKOCRResult
Implements
INSCopying
INativeObject
Extension Methods

Constructors

SBSDKOCRResult(NSObjectFlag)

protected SBSDKOCRResult(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKOCRResult(NativeHandle)

protected SBSDKOCRResult(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKOCRResult(SBSDKPage[])

public SBSDKOCRResult(SBSDKPage[] pages)

Parameters

pages SBSDKPage[]

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Pages

public virtual SBSDKPage[] Pages { get; }

Property Value

SBSDKPage[]

RecognizedText

public virtual string RecognizedText { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject