Table of Contents

Interface IMrzParser

Namespace
IO.Scanbot.Sdk.Mrz
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/mrz/MrzParser", "", "IO.Scanbot.Sdk.Mrz.IMrzParserInvoker")]
public interface IMrzParser : IJavaObject, IJavaPeerable, IDisposable
Inherited Members

Methods

CopyCurrentConfiguration()

[Register("copyCurrentConfiguration", "()Lio/scanbot/sdk/mrz/MrzParserConfiguration;", "GetCopyCurrentConfigurationHandler:IO.Scanbot.Sdk.Mrz.IMrzParserInvoker, DocumentSDK.NET.Droid")]
MrzParserConfiguration CopyCurrentConfiguration()

Returns

MrzParserConfiguration

Parse(string)

[Register("parse", "(Ljava/lang/String;)Lio/scanbot/common/Result;", "GetParse_Ljava_lang_String_Handler:IO.Scanbot.Sdk.Mrz.IMrzParserInvoker, DocumentSDK.NET.Droid")]
IResult Parse(string text)

Parameters

text string

Returns

IResult

SetConfiguration(MrzParserConfiguration)

[Register("setConfiguration", "(Lio/scanbot/sdk/mrz/MrzParserConfiguration;)Lio/scanbot/common/Result;", "GetSetConfiguration_Lio_scanbot_sdk_mrz_MrzParserConfiguration_Handler:IO.Scanbot.Sdk.Mrz.IMrzParserInvoker, DocumentSDK.NET.Droid")]
IResult SetConfiguration(MrzParserConfiguration configuration)

Parameters

configuration MrzParserConfiguration

Returns

IResult