ExtractedItemInfo
Contents
[
Hide
]
Inheritance: java.lang.Object
public class ExtractedItemInfo
Represents a container item information.
Learn more
Constructors
Constructor | Description |
---|---|
ExtractedItemInfo(FormatFamily formatFamily, DocumentField[] fields, String itemInfo, String innerPath) | Initializes a new instance of the ExtractedItemInfo class. |
Methods
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. |
getFormatFamily()
public final FormatFamily getFormatFamily()
Gets a document type.
Returns: FormatFamily - The document type.
getFields()
public final DocumentField[] getFields()
Gets an extracted fields.
Returns: com.groupdocs.search.common.DocumentField[] - The extracted fields.
getItemInfo()
public final String getItemInfo()
Gets an item information.
Returns: java.lang.String - The item information.
getInnerPath()
public final String getInnerPath()
Gets an inner path.
Returns: java.lang.String - The inner path.