Uses of Interface
org.opencastproject.textanalyzer.api.TextAnalyzerService
Packages that use TextAnalyzerService
Package
Description
-
Uses of TextAnalyzerService in org.opencastproject.textanalyzer.impl
Classes in org.opencastproject.textanalyzer.impl that implement TextAnalyzerServiceModifier and TypeClassDescriptionclassMedia analysis service that takes takes an image and returns text as extracted from that image. -
Uses of TextAnalyzerService in org.opencastproject.textanalyzer.impl.endpoint
Fields in org.opencastproject.textanalyzer.impl.endpoint declared as TextAnalyzerServiceModifier and TypeFieldDescriptionprotected TextAnalyzerServiceTextAnalysisRestEndpoint.serviceThe text analyzerMethods in org.opencastproject.textanalyzer.impl.endpoint with parameters of type TextAnalyzerServiceModifier and TypeMethodDescriptionprotected voidTextAnalysisRestEndpoint.setTextAnalyzer(TextAnalyzerService textAnalyzer) Sets the text analyzer -
Uses of TextAnalyzerService in org.opencastproject.textanalyzer.remote
Classes in org.opencastproject.textanalyzer.remote that implement TextAnalyzerService -
Uses of TextAnalyzerService in org.opencastproject.workflow.handler.textanalyzer
Methods in org.opencastproject.workflow.handler.textanalyzer with parameters of type TextAnalyzerServiceModifier and TypeMethodDescriptionprotected voidTextAnalysisWorkflowOperationHandler.setTextAnalyzer(TextAnalyzerService analysisService) Callback for the OSGi declarative services configuration that will set the text analysis service.