Class OcrElement.Companion
- Namespace
- IO.Scanbot.Sdk.Ocr.Model
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class OcrElement.Companion : Object
- Inheritance
-
OcrElement.Companion
Constructors
Companion(DefaultConstructorMarker)
public Companion(DefaultConstructorMarker _constructor_marker)
Parameters
_constructor_marker
DefaultConstructorMarker
Methods
Block(string, double, IList<PointF>, IList<Line>)
public Block Block(string text, double confidence, IList<PointF> roi, IList<Line> lines)
Parameters
text
string
confidence
double
roi
IList<PointF>
lines
IList<Line>
Returns
- Block
Glyph(string, double, IList<PointF>)
public Glyph Glyph(string text, double confidence, IList<PointF> roi)
Parameters
text
string
confidence
double
roi
IList<PointF>
Returns
- Glyph
Invoke(IDictionary<string, Object>)
public OcrElement Invoke(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
Returns
- OcrElement
Line(string, double, IList<PointF>, IList<Word>)
public Line Line(string text, double confidence, IList<PointF> roi, IList<Word> words)
Parameters
text
string
confidence
double
roi
IList<PointF>
words
IList<Word>
Returns
- Line
Page(string, double, IList<PointF>, IList<Block>)
public Page Page(string text, double confidence, IList<PointF> roi, IList<Block> blocks)
Parameters
text
string
confidence
double
roi
IList<PointF>
blocks
IList<Block>
Returns
- Page
Word(string, double, IList<PointF>, IList<Glyph>)
public Word Word(string text, double confidence, IList<PointF> roi, IList<Glyph> glyphs)
Parameters
text
string
confidence
double
roi
IList<PointF>
glyphs
IList<Glyph>
Returns
- Word