Class OcrElement.Companion
- Namespace
- IO.Scanbot.Sdk.Ocr
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ocr/OcrElement$Companion", DoNotGenerateAcw = true)]
public sealed class OcrElement.Companion : Object, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
OcrElement.Companion
- Implements
-
- Inherited Members
-
Methods
Block(string, double, IList<PointF>, IList<Line>)
[Register("block", "(Ljava/lang/String;DLjava/util/List;Ljava/util/List;)Lio/scanbot/sdk/ocr/Block;", "")]
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>)
[Register("glyph", "(Ljava/lang/String;DLjava/util/List;)Lio/scanbot/sdk/ocr/Glyph;", "")]
public Glyph Glyph(string text, double confidence, IList<PointF> roi)
Parameters
text string
confidence double
roi IList<PointF>
Returns
- Glyph
Invoke(IDictionary<string, Object>)
[Register("invoke", "(Ljava/util/Map;)Lio/scanbot/sdk/ocr/OcrElement;", "")]
public OcrElement Invoke(IDictionary<string, Object> source)
Parameters
source IDictionary<string, Object>
Returns
- OcrElement
Line(string, double, IList<PointF>, IList<Word>)
[Register("line", "(Ljava/lang/String;DLjava/util/List;Ljava/util/List;)Lio/scanbot/sdk/ocr/Line;", "")]
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>)
[Register("page", "(Ljava/lang/String;DLjava/util/List;Ljava/util/List;)Lio/scanbot/sdk/ocr/Page;", "")]
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>)
[Register("word", "(Ljava/lang/String;DLjava/util/List;Ljava/util/List;)Lio/scanbot/sdk/ocr/Word;", "")]
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