DetectKeyPhrases Processor
Part of the AWS Processor package
This processor will take an input string and return key phrases found in the text.
Properties
All of our Comprehend processors also include these common properties.
This processor does not have any unique properties outside of the common ones.
Data Output
If the Destination property is set to flowfile-attribute
, then the output of this processor will be routed to the FlowFile's nlp.KeyPhrases
attribute, which will be created if it isn't present.
Field Name
Data Type
Description
keyPhrases
array of KeyPhrase
The list of key phrases detected by the API
Last updated