AnalyzeEntities Processor

Part of the GCP Natural Language processor family

This processor does not handle analyzing sentiment of entities. This can be accomplished with the AnalyzeEntitiesWithSentiment processor.

This processor takes in an input string and returns textual references to real world items (such as names, places, etcetera).

Properties

All of our Natural Language processors also include these common properties.

This processor does not have any unique properties outside of the common ones.

Data Output

Field Name

Data Type

Description

entities

array of Entity

The list of all entities found

language

string

The language code of the language the input message is in

Last updated

Was this helpful?