Interface TextAnalyzerService
- All Known Implementing Classes:
TextAnalysisRemoteImpl,TextAnalyzerServiceImpl
public interface TextAnalyzerService
Api for text analysis implementations, aimed at extracting text from an image.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionextract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog.
-
Field Details
-
JOB_TYPE
Receipt type- See Also:
-
OPERATION
The operation type- See Also:
-
-
Method Details
-
extract
Takes the given image and returns a receipt that can be used to get the resulting catalog.- Parameters:
image- element to analyze- Returns:
- the metadata
- Throws:
TextAnalyzerException- if the text in this image can not be analyzedMediaPackageException- if this attachment is not valid
-