Table of Contents

Class SBSDKOCRElement

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

Constructors

SBSDKOCRElement(NSObjectFlag)

protected SBSDKOCRElement(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKOCRElement(NativeHandle)

protected SBSDKOCRElement(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Confidence

public virtual double Confidence { get; }

Property Value

double

Hash

public virtual nuint Hash { get; }

Property Value

nuint

Roi

public virtual NSValue[] Roi { get; }

Property Value

NSValue[]

Text

public virtual string Text { get; }

Property Value

string

_type

public virtual string _type { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKOCRElement? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKOCRElement

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool

ToJsonWithConfiguration(SBSDKToJSONConfiguration)

public virtual string ToJsonWithConfiguration(SBSDKToJSONConfiguration configuration)

Parameters

configuration SBSDKToJSONConfiguration

Returns

string