Skip to main content

Get Named Entities

Description

This activity detects named entities of the provided text using Azure Cognitive Services.

note

This activity must be used within 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 though this activity fails. This field only supports Boolean values (True, False). The default value is False.
    note

    If this activity is inside Try Catch and the value of this property is True, it will ignore errors during the automation execution.

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

Get Named Entities