ExtractedItemInfo
Leave feedback
On this page
Inheritance: java.lang.Object
public class ExtractedItemInfo
Represents a container item information.
Learn more
| Constructor | Description |
|---|---|
| ExtractedItemInfo(FormatFamily formatFamily, DocumentField[] fields, String itemInfo, String innerPath) | Initializes a new instance of the ExtractedItemInfo class. |
| Method | Description |
|---|---|
| getFormatFamily() | Gets a document type. |
| getFields() | Gets an extracted fields. |
| getItemInfo() | Gets an item information. |
| getInnerPath() | Gets an inner path. |
ExtractedItemInfo(FormatFamily formatFamily, DocumentField[] fields, String itemInfo, String innerPath)
public ExtractedItemInfo(FormatFamily formatFamily, DocumentField[] fields, String itemInfo, String innerPath)
Initializes a new instance of the ExtractedItemInfo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| formatFamily | FormatFamily | The document format family. |
| fields | DocumentField[] | The extracted fields. |
| itemInfo | java.lang.String | The item information. |
| innerPath | java.lang.String | The path to the item in the container. |
public final FormatFamily getFormatFamily()
Gets a document type.
Returns: FormatFamily - The document type.
public final DocumentField[] getFields()
Gets an extracted fields.
Returns: com.groupdocs.search.common.DocumentField[] - The extracted fields.
public final String getItemInfo()
Gets an item information.
Returns: java.lang.String - The item information.
public final String getInnerPath()
Gets an inner path.
Returns: java.lang.String - The inner path.
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.