Table of Contents

Class SBSDKGenericTextLineRecognizerResultWordBox

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public class SBSDKGenericTextLineRecognizerResultWordBox : NSObject
Inheritance
SBSDKGenericTextLineRecognizerResultWordBox

Constructors

SBSDKGenericTextLineRecognizerResultWordBox(NSObjectFlag)

protected SBSDKGenericTextLineRecognizerResultWordBox(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericTextLineRecognizerResultWordBox(NativeHandle)

protected SBSDKGenericTextLineRecognizerResultWordBox(NativeHandle handle)

Parameters

handle NativeHandle

SBSDKGenericTextLineRecognizerResultWordBox(string, CGRect, double)

public SBSDKGenericTextLineRecognizerResultWordBox(string word, CGRect boundingRect, double confidenceValue)

Parameters

word string
boundingRect CGRect
confidenceValue double

Properties

BoundingRect

public virtual CGRect BoundingRect { get; }

Property Value

CGRect

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

ConfidenceValue

public virtual double ConfidenceValue { get; }

Property Value

double

Word

public virtual string Word { get; }

Property Value

string