public class TextField
extends java.lang.Object
implements java.lang.AutoCloseable, java.io.Serializable
| Constructor and Description |
|---|
TextField()
Creates a new instance of the TextField class.
|
TextField(long handle)
Creates a new instance of the TextField class.
|
| Modifier and Type | Method and Description |
|---|---|
TextField |
clone()
Creates a copy of the TextField object.
|
void |
close()
Releases all resources used by this TextField.
|
protected void |
finalize()
Finalizer for this class.
|
Rectangle |
getBounds()
Gets the boundaries of the text field in the image.
|
float |
getConfidence()
Gets the confidence score for the value read from the text field.
|
long |
getHandle()
Gets the native handle.
|
java.lang.String |
getName()
Gets the name of the text field.
|
java.lang.String |
getValue()
Gets the value of the text field.
|
public TextField()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public TextField(long handle)
throws DocumentException
handle - Handle to the TextField.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 TextField clone() throws DocumentException
clone in class java.lang.ObjectDocumentException - An error has occurred during Document Library execution.public Rectangle 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 getName()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.public java.lang.String getValue()
throws DocumentException
DocumentException - An error has occurred during Document Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document