DataExtractedEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs
public class DataExtractedEventArgs extends EventArgs
Represents arguments for the event of a document data extraction is finished.
| Method | Description |
|---|---|
| getExtractorIndex() | Gets the extractor index. |
| getDocumentKey() | Gets the document key. |
public final int getExtractorIndex()
Gets the extractor index.
Returns: int - The extractor index.
public final String getDocumentKey()
Gets the document key.
Returns: java.lang.String - The document key.
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.