Table of Contents

Class Page

Namespace
IO.Scanbot.Sdk.Ocr.Model
Assembly
DocumentSDK.NET.Droid.dll
public sealed class Page : OcrElement, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
Page
Implements
Inherited Members

Constructors

Page(JSONObject)

public Page(JSONObject json)

Parameters

json JSONObject

Page(IDictionary<string, Object>)

public Page(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Page(string, double, IList<PointF>, IList<Block>)

public Page(string text, double confidence, IList<PointF> roi, IList<Block> blocks)

Parameters

text string
confidence double
roi IList<PointF>
blocks IList<Block>

Properties

Blocks

public IList<Block> Blocks { get; }

Property Value

IList<Block>

Confidence

public override double Confidence { get; }

Property Value

double

Creator

public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

Roi

public override IList<PointF> Roi { get; }

Property Value

IList<PointF>

Text

public override string Text { get; }

Property Value

string

Methods

Component1()

public string Component1()

Returns

string

Component2()

public double Component2()

Returns

double

Component3()

public IList<PointF> Component3()

Returns

IList<PointF>

Component4()

public IList<Block> Component4()

Returns

IList<Block>

Copy(string, double, IList<PointF>, IList<Block>)

public Page Copy(string text, double confidence, IList<PointF> roi, IList<Block> blocks)

Parameters

text string
confidence double
roi IList<PointF>
blocks IList<Block>

Returns

Page

DescribeContents()

public override int DescribeContents()

Returns

int

Get_type()

public override string Get_type()

Returns

string

ToJson(ToJsonConfiguration)

public override JSONObject ToJson(ToJsonConfiguration config)

Parameters

config ToJsonConfiguration

Returns

JSONObject

WriteToParcel(Parcel, ParcelableWriteFlags)

public override void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags