com.filenet.api.engine
Interface TextIndexingPreprocessorServices.TextExtractionResult
-
- Enclosing interface:
- TextIndexingPreprocessorServices
public static interface TextIndexingPreprocessorServices.TextExtractionResult
This interface is not supported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description int
getExtractionStatus()
java.lang.String
getLocale()
java.io.InputStream
getStream()
void
setResult(java.io.InputStream stream, int extractionStatus, java.lang.String locale)
-