DetectEntities

Description

This activity dectects entities such as dates, locations or quantities of an input text and returns the list of them.

If you don't know how to get your AWS credentials have a look at the Activity Library AWS documentation.

AWS Credentials

AccessKey InArgument<String> REQUIRED

The access key for Amazon AWS authentication.

SecretKey InArgument<String> REQUIRED

The secret key for Amazon AWS authentication.


Input

Text InArgument<String> REQUIRED

The text you want to detect entities.


Misc


Settings

Include_CommercialItem InArgument<Boolean>

Default is set to false. Set it to True to include COMMERCIAL ITEMS such as branded products in the result.

Include_Dates InArgument<Boolean>

Default is set to false. Set it to True to include in DATES in the result.

Include_Events InArgument<Boolean>

Default is set to false. Set it to True to include EVENTS such as a festival, election or a concert in the result.

Include_Locations InArgument<Boolean>

Default is set to false. Set it to True to include LOCATIONS in the result.

Include_Organizations InArgument<Boolean>

Default is set to false. Set it to True to include ORGANIZATIONS (governments, companies, religions, sports teams, etc) in the result.

Include_Persons InArgument<Boolean>

Default is set to false. Set it to True to include PERSONS (Individuals, groups of people, nicknames, fictional characters, etc) in the result.

Include_Quantitys InArgument<Boolean>

Default is set to false. Set it to True to include QUANTITIES in the result.

Include_Titles InArgument<Boolean>

Default is set to false. Set it to True to include TITLES (An official name given to any creation or creative work, such as movies, books, songs, etc) in the result.

RegionEndpoint EAWSRegionEndpoint

An AWS Region is a collection of AWS resources in a geographic area. Each AWS Region is isolated and independent of the other Regions.

Have a look to AWS official page for more informations.

Settings - Language

LanguageCode InArgument<String> REQUIRED

The code of the language of the given text. Valid values are [ en | es | fr | de | it | pt | ar | hi | ja | ko | zh | zh-TW ]

UseDominantLanguage InArgument<Boolean> REQUIRED

Default is set to False. If it is set to True DocsMarshal automatically detect the main language of your text.