Uses of Class
org.opencastproject.textanalyzer.api.TextAnalyzerException
Packages that use TextAnalyzerException
Package
Description
-
Uses of TextAnalyzerException in org.opencastproject.textanalyzer.api
Methods in org.opencastproject.textanalyzer.api that throw TextAnalyzerExceptionModifier and TypeMethodDescriptionTextAnalyzerService.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of TextAnalyzerException in org.opencastproject.textanalyzer.impl
Methods in org.opencastproject.textanalyzer.impl that throw TextAnalyzerExceptionModifier and TypeMethodDescriptionprotected VideoText[]Returns the video text element for the given image.TextAnalyzerServiceImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of TextAnalyzerException in org.opencastproject.textanalyzer.remote
Methods in org.opencastproject.textanalyzer.remote that throw TextAnalyzerExceptionModifier and TypeMethodDescriptionTextAnalysisRemoteImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of TextAnalyzerException in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer that throw TextAnalyzerExceptionModifier and TypeMethodDescriptionprotected WorkflowOperationResultTextAnalysisWorkflowOperationHandler.extractVideoText(MediaPackage mediaPackage, WorkflowOperationInstance operation, ConfiguredTagsAndFlavors tagsAndFlavors) Runs the text analysis service on each of the video segments found.