FoundImageFrame
Leave feedback
On this page
Inheritance: java.lang.Object
public abstract class FoundImageFrame
Represents a found image frame.
| Constructor | Description |
|---|---|
| FoundImageFrame() |
| Method | Description |
|---|---|
| getDocumentInfo() | Gets the document info. |
| getImageIndex() | Gets the ordinal number of the image in the document. |
| getFrameIndex() | Gets the index of the frame in the image. |
| getHashDifferences() | Gets the number of mismatched bits in the image hash. |
| toString() | Returns a System.String that represents the current FoundImageFrame . |
public FoundImageFrame()
public abstract DocumentInfo getDocumentInfo()
Gets the document info.
Returns: DocumentInfo - The document info.
public abstract int getImageIndex()
Gets the ordinal number of the image in the document.
Returns: int - The ordinal number of the image in the document.
public abstract int getFrameIndex()
Gets the index of the frame in the image.
Returns: int - The index of the frame in the image.
public abstract int getHashDifferences()
Gets the number of mismatched bits in the image hash.
Returns: int - The number of mismatched bits in the image hash.
public abstract String toString()
Returns a System.String that represents the current FoundImageFrame .
Returns: java.lang.String - A System.String that represents the current FoundImageFrame .
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.