ExtractTextEntities Action

Extracts entities from inputted text.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
text
Edm.String False False

The text to be analyzed.

modelId
Edm.String True False

The model Id to use. Optional.

language
Edm.String True False

The language code of the text. Specify to get the best result. Optional.

Return Type

Type Nullable Description
ExtractTextEntitiesResponse False The ExtractTextEntities action returns the following value.

See also