public class MrzReadingResult
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
MrzReadingResult()
Creates a new instance of the MrzReadingResult class.
|
MrzReadingResult(long handle)
Creates a new instance of the MrzReadingResult class.
|
| Modifier and Type | Method and Description |
|---|---|
MrzReadingResult |
clone()
Creates a copy of the MrzReadingResult object.
|
void |
close()
Releases all resources used by this MrzReadingResult.
|
protected void |
finalize()
Finalizer for this class.
|
PointList |
getBounds()
Gets the boundaries of the MRZ detected, in following order: top-left, top-right, bottom-right, bottom-left.
|
float |
getConfidence()
Gets the confidence score for the MRZ detected.
|
long |
getHandle()
Gets the native handle.
|
java.lang.String |
getMrz()
Gets the value of the MRZ detected.
|
MrzType |
getMrzType()
Gets the type of the MRZ detected.
|
public MrzReadingResult()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public MrzReadingResult(long handle)
throws DocumentException
handle - Handle to the MrzReadingResult.DocumentException - An error has occurred during Document Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public MrzReadingResult clone() throws DocumentException
clone in class java.lang.ObjectDocumentException - An error has occurred during Document Library execution.public PointList getBounds() throws DocumentException
DocumentException - An error has occurred during Document Library execution.public float getConfidence()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public java.lang.String getMrz()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public MrzType getMrzType() throws DocumentException
DocumentException - An error has occurred during Document Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document