Class Glyph
- Namespace
- IO.Scanbot.Sdk.Ocr.Model
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class Glyph : OcrElement, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
Glyph
- Implements
-
- Inherited Members
-
Constructors
Glyph(JSONObject)
public Glyph(JSONObject json)
Parameters
json
JSONObject
Glyph(IDictionary<string, Object>)
public Glyph(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Glyph(string, double, IList<PointF>)
public Glyph(string text, double confidence, IList<PointF> roi)
Parameters
text
string
confidence
double
roi
IList<PointF>
Properties
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>
Copy(string, double, IList<PointF>)
public Glyph Copy(string text, double confidence, IList<PointF> roi)
Parameters
text
string
confidence
double
roi
IList<PointF>
Returns
- Glyph
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