|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Result | |
---|---|
org.apache.uima.simpleserver | |
org.apache.uima.simpleserver.output | |
org.apache.uima.simpleserver.output.impl | |
org.apache.uima.simpleserver.servlet |
Uses of Result in org.apache.uima.simpleserver |
---|
Methods in org.apache.uima.simpleserver that return Result | |
---|---|
Result |
ResultExtractor.getResult(org.apache.uima.cas.CAS cas,
ServerSpec resultSpec)
Extract a set of results from a CAS and a result specification. |
Result |
Service.process(java.lang.String text)
|
Result |
Service.process(java.lang.String text,
java.lang.String lang)
Calls the services analysis engine on the input text, filters and produces the result. |
Uses of Result in org.apache.uima.simpleserver.output |
---|
Methods in org.apache.uima.simpleserver.output with parameters of type Result | |
---|---|
static java.lang.String |
InlineXMLGenerator.getInlineXML(Result result)
|
static java.lang.String |
ResultConverter.getInlineXML(Result result)
|
static java.lang.String |
ResultConverter.getXMLString(Result result)
|
Uses of Result in org.apache.uima.simpleserver.output.impl |
---|
Classes in org.apache.uima.simpleserver.output.impl that implement Result | |
---|---|
class |
ResultImpl
|
Uses of Result in org.apache.uima.simpleserver.servlet |
---|
Methods in org.apache.uima.simpleserver.servlet with parameters of type Result | |
---|---|
java.lang.String |
SimpleServerServlet.transformResult(Result result,
java.lang.String mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |