Class Word
- Namespace
- IO.Scanbot.Sdk.Ocr.Model
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class Word : OcrElement, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
Word
- Implements
-
- Inherited Members
-
Constructors
Word(JSONObject)
public Word(JSONObject json)
Parameters
json
JSONObject
Word(IDictionary<string, Object>)
public Word(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Word(string, double, IList<PointF>, IList<Glyph>)
public Word(string text, double confidence, IList<PointF> roi, IList<Glyph> glyphs)
Parameters
text
string
confidence
double
roi
IList<PointF>
glyphs
IList<Glyph>
Properties
Confidence
public override double Confidence { get; }
Property Value
- double
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
Glyphs
public IList<Glyph> Glyphs { get; }
Property Value
- IList<Glyph>
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<Glyph> Component4()
Returns
- IList<Glyph>
Copy(string, double, IList<PointF>, IList<Glyph>)
public Word Copy(string text, double confidence, IList<PointF> roi, IList<Glyph> glyphs)
Parameters
text
string
confidence
double
roi
IList<PointF>
glyphs
IList<Glyph>
Returns
- Word
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