Table of Contents

Class SBSDKGenericDocumentOcrResult

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentOcrResult : NSObject
Inheritance
SBSDKGenericDocumentOcrResult

Constructors

SBSDKGenericDocumentOcrResult()

public SBSDKGenericDocumentOcrResult()

SBSDKGenericDocumentOcrResult(NSObjectFlag)

protected SBSDKGenericDocumentOcrResult(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericDocumentOcrResult(NativeHandle)

protected SBSDKGenericDocumentOcrResult(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Confidence

public virtual float Confidence { get; set; }

Property Value

float

Text

public virtual string Text { get; set; }

Property Value

string