public class ExtractedItemInfo extends Object
Learn more
Constructor and Description |
---|
ExtractedItemInfo(FormatFamily formatFamily,
DocumentField[] fields,
String itemInfo,
String innerPath)
Initializes a new instance of the
ExtractedItemInfo class. |
Modifier and Type | Method and Description |
---|---|
DocumentField[] |
getFields()
Gets an extracted fields.
|
FormatFamily |
getFormatFamily()
Gets a document type.
|
String |
getInnerPath()
Gets an inner path.
|
String |
getItemInfo()
Gets an item information.
|
public ExtractedItemInfo(FormatFamily formatFamily, DocumentField[] fields, String itemInfo, String innerPath)
Initializes a new instance of the ExtractedItemInfo
class.
formatFamily
- The document format family.fields
- The extracted fields.itemInfo
- The item information.innerPath
- The path to the item in the container.public final FormatFamily getFormatFamily()
Gets a document type.
public final DocumentField[] getFields()
Gets an extracted fields.
public final String getItemInfo()
Gets an item information.
public final String getInnerPath()
Gets an inner path.