|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_CmsExtractionResult
The result of a document text extraction.
This data structure contains the extracted text as well as (optional) meta information extracted from the document.
| Field Summary | |
|---|---|
static String |
META_AUTHOR
Key to access the document author name in the meta information map (the value is a object). |
static String |
META_CATEGORY
Key to access the document catrgory in the meta information map (the value is a object). |
static String |
META_COMMENTS
Key to access the document comments in the meta information map (the value is a object). |
static String |
META_COMPANY
Key to access the document company name in the meta information map (the value is a object). |
static String |
META_CREATOR
Key to access the document creator name in the meta information map (the value is a object). |
static String |
META_DATE_CREATED
Key to access the document creation date in the meta information map (the value is a object). |
static String |
META_DATE_LASTMODIFIED
Key to access the document date of last modification in the meta information map (the value is a object). |
static String |
META_KEYWORDS
Key to access the document keywords in the meta information map (the value is a object). |
static String |
META_MANAGER
Key to access the document manager name in the meta information map (the value is a object). |
static String |
META_PRODUCER
Key to access the document producer name in the meta information map (the value is a object). |
static String |
META_SUBJECT
Key to access the document subject in the meta information map (the value is a object). |
static String |
META_TITLE
Key to access the document title in the meta information map (the value is a object). |
| Method Summary | |
|---|---|
String |
getContent()
Returns the extracted content as a String. |
Map |
getMetaInfo()
Returns the extracted meta information. |
void |
release()
Releases the information stored in this extraction result, to free up the memory used. |
| Field Detail |
|---|
static final String META_AUTHOR
String object).
static final String META_CATEGORY
String object).
static final String META_COMMENTS
String object).
static final String META_COMPANY
String object).
static final String META_CREATOR
String object).
static final String META_DATE_CREATED
Date object).
static final String META_DATE_LASTMODIFIED
Date object).
static final String META_KEYWORDS
String object).
static final String META_MANAGER
String object).
static final String META_PRODUCER
String object).
static final String META_SUBJECT
String object).
static final String META_TITLE
String object).
| Method Detail |
|---|
String getContent()
Map getMetaInfo()
The result Map contains all meta information extracted
by the extractor. The key is always a String, and should be one of the constants
defined in the interface. For example
I_CmsExtractionResult will contain the document title as
a String.META_TITLE
void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||