Get Named Entities
Description
This Activity detects named entities of the provided text using Azure Cognitive Services.
note
This Activity works only inside the Azure Context activity.
note
This Activity needs a deployed Azure Cognitive Service endpoint. Refer: Azure Cognitive Resource
Properties
Input
- Document Text – Specify the Text to submit for detection of named entities.
Misc
- DisplayName – Add a display name to your Activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Optional
- Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
-
Named Entities – Detects and returns the list of named entities from the provided document text. Refer: NamedEntities
-
Raw Response - JSON string containing the response received as is from Azure.
Example
Download Example