Table of Contents

Class SBSDKGenericDocumentOCRResult

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentOCRResult : NSObject, INSCopying, INativeObject, IDisposable
Inheritance
SBSDKGenericDocumentOCRResult
Implements
INSCopying
INativeObject

Constructors

SBSDKGenericDocumentOCRResult(NSObjectFlag)

protected SBSDKGenericDocumentOCRResult(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericDocumentOCRResult(NativeHandle)

protected SBSDKGenericDocumentOCRResult(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGenericDocumentOCRResult(string, double)

public SBSDKGenericDocumentOCRResult(string text, double confidence)

Parameters

text string
confidence double

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

Text

public virtual string Text { get; }

Property Value

string

Methods

Copy(NSZone?)

public virtual NSObject Copy(NSZone? zone)

Parameters

zone NSZone

Returns

NSObject

FromJsonWithJson(string)

public static SBSDKGenericDocumentOCRResult? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKGenericDocumentOCRResult

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