Table of Contents

Class OcrResultJson

Namespace
IO.Scanbot.Genericdocument.Entity
Assembly
BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/genericdocument/entity/OcrResultJson", DoNotGenerateAcw = true)]
public sealed class OcrResultJson : Object, IJavaObject, IJavaPeerable, IDisposable
Inheritance
OcrResultJson
Implements
Inherited Members

Properties

Instance

[Register("INSTANCE")]
public static OcrResultJson Instance { get; }

Property Value

OcrResultJson

Methods

FromJson(IDictionary<string, Object>)

[Register("fromJson", "(Ljava/util/Map;)Lio/scanbot/genericdocument/entity/OcrResult;", "")]
public static OcrResult FromJson(IDictionary<string, Object> source)

Parameters

source IDictionary<string, Object>

Returns

OcrResult