Table of Contents

Class SBSDKWordBox

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

Constructors

SBSDKWordBox(NSObjectFlag)

protected SBSDKWordBox(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKWordBox(NativeHandle)

protected SBSDKWordBox(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKWordBox(string, CGRect)

public SBSDKWordBox(string text, CGRect boundingRect)

Parameters

text string
boundingRect CGRect

SBSDKWordBox(string, CGRect, double)

public SBSDKWordBox(string text, CGRect boundingRect, double recognitionConfidence)

Parameters

text string
boundingRect CGRect
recognitionConfidence double

Properties

BoundingRect

public virtual CGRect BoundingRect { get; }

Property Value

CGRect

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Hash

public virtual nuint Hash { get; }

Property Value

nuint

RecognitionConfidence

public virtual double RecognitionConfidence { get; }

Property Value

double

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 SBSDKWordBox? FromJsonWithJson(string json)

Parameters

json string

Returns

SBSDKWordBox

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