DetectSentiment

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 input text you want to detect the sentiment.


Misc


Settings

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.