| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine | The Analysis Engine interface, along with supporting 
interfaces and exception classes. | 
| org.apache.uima.collection | Classes and interfaces for collection processing. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | AnalysisEngineAn Analysis Engine is a component responsible for analyzing unstructured information, discovering
 and representing semantic content. | 
| interface  | TextAnalysisEngineDeprecated. 
 As of v2.0,  AnalysisEngineshould be used instead. This interface no longer
             defines any additional methods beyond those in AnalysisEngine. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CasConsumerAny component that operates on analysis results produced by a UIMA analysis engine. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CasConsumer_ImplBaseBase class for CAS Consumers in UIMA SDK v1.x, which developers should extend 
 with their own CAS Consumer implementation classes. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.