DetectEntities Processor
Part of the AWS Processor package
Last updated
Part of the AWS Processor package
Last updated
This processor takes in an input string and returns textual references to real world items (such as names, places, etcetera).
All of our Comprehend processors also include these common properties.
This processor does not have any unique properties outside of the common ones.
If the Destination property is set to flowfile-attribute
, then the output of this processor will be routed to the FlowFile's nlp.Entities
attribute, which will be created if it isn't present.
Field Name
Data Type
Description
entities
array of Entity
The list of entities found by the API