|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 java.lang.String |
META_AUTHOR
Key to access the document author name in the meta information map (the value is a object). |
static java.lang.String |
META_CATEGORY
Key to access the document catrgory in the meta information map (the value is a object). |
static java.lang.String |
META_COMMENTS
Key to access the document comments in the meta information map (the value is a object). |
static java.lang.String |
META_COMPANY
Key to access the document company name in the meta information map (the value is a object). |
static java.lang.String |
META_CREATOR
Key to access the document creator name in the meta information map (the value is a object). |
static java.lang.String |
META_DATE_CREATED
Key to access the document creation date in the meta information map (the value is a object). |
static java.lang.String |
META_DATE_LASTMODIFIED
Key to access the document date of last modification in the meta information map (the value is a object). |
static java.lang.String |
META_KEYWORDS
Key to access the document keywords in the meta information map (the value is a object). |
static java.lang.String |
META_MANAGER
Key to access the document manager name in the meta information map (the value is a object). |
static java.lang.String |
META_PRODUCER
Key to access the document producer name in the meta information map (the value is a object). |
static java.lang.String |
META_SUBJECT
Key to access the document subject in the meta information map (the value is a object). |
static java.lang.String |
META_TITLE
Key to access the document title in the meta information map (the value is a object). |
Method Summary | |
java.lang.String |
getContent()
Returns the extracted content as a String. |
java.util.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 |
public static final java.lang.String META_AUTHOR
String
object).
public static final java.lang.String META_CATEGORY
String
object).
public static final java.lang.String META_COMMENTS
String
object).
public static final java.lang.String META_COMPANY
String
object).
public static final java.lang.String META_CREATOR
String
object).
public static final java.lang.String META_DATE_CREATED
Date
object).
public static final java.lang.String META_DATE_LASTMODIFIED
Date
object).
public static final java.lang.String META_KEYWORDS
String
object).
public static final java.lang.String META_MANAGER
String
object).
public static final java.lang.String META_PRODUCER
String
object).
public static final java.lang.String META_SUBJECT
String
object).
public static final java.lang.String META_TITLE
String
object).
Method Detail |
public java.lang.String getContent()
public java.util.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
public void release()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |