Server Actions
The Named Entity Recognition ACI server provides the following actions (case insensitive):
GetStatus
|
Returns the status of the Named Entity Recognition Server, including version information and entities selected for matching. See GetStatus. |
EduceFromFile
|
Performs Named Entity Recognition on text (read from a file) and returns the matches. |
EduceFromText
|
Performs Named Entity Recognition on text (provided in the request) and returns the matches. |
RedactFromFile
|
Performs Named Entity Recognition on text (read from a file) and redacts the matches to return the redacted text. |
RedactFromText
|
Performs Named Entity Recognition on text (provided in the request) and redacts the matches to return the redacted text. |
For more information about these actions, and example responses, refer to the Named Entity Recognition Server Reference.
For details of how to send an action, see Send Actions to Named Entity Recognition.