Table of Contents

Class WordBox

Namespace
IO.Scanbot.Sdk.Textpattern
Assembly
DocumentSDK.NET.Droid.dll
public sealed class WordBox : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
WordBox
Implements

Constructors

WordBox(JSONObject)

public WordBox(JSONObject json)

Parameters

json JSONObject

WordBox(IDictionary<string, Object>)

public WordBox(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

WordBox(string, Rect, double)

public WordBox(string text, Rect boundingRect, double recognitionConfidence)

Parameters

text string
boundingRect Rect
recognitionConfidence double

Properties

BoundingRect

public Rect BoundingRect { get; }

Property Value

Rect

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

RecognitionConfidence

public double RecognitionConfidence { get; }

Property Value

double

Text

public string Text { get; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Component2()

public Rect Component2()

Returns

Rect

Component3()

public double Component3()

Returns

double

Copy(string, Rect, double)

public WordBox Copy(string text, Rect boundingRect, double recognitionConfidence)

Parameters

text string
boundingRect Rect
recognitionConfidence double

Returns

WordBox

DescribeContents()

public int DescribeContents()

Returns

int

ToJson(ToJsonConfiguration)

public JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags