aws-comprehend
Service icon

AWS Comprehend

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 08 February 2024
 by 
0.0
 (0 ratings)
aws-comprehend

AWS Comprehend

Documentation
1.0.0

Credentials

With this component you can either use static IAM credentials using an access key and secret access key, or temporary credentials using an access key, secret access key and session token.


Demo application

The demo application module has three site properties. AWSAccessKey and AWSSecretAccessKey for your IAM static user credentials and AWSRegion for the system name of the region you want to use (e.g. eu-central-1).


Permissions

To use a certain action the account needs corresponding IAM permissions. The permission is equivalent to the action name after the dash. e.g. ClassifyDocument for the Comprehend_ClassifyDocument action.


Actions

This component follows very close the official API documentation of Amazon Comprehend. For details on the various parameters check the links.


  • Comprehend_ClassifyDocument
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_ClassifyDocument.html
  • Comprehend_DetectDominantLanguage
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectDominantLanguage.html
  • Comprehend_DetectEntities
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectEntities.html
  • Comprehend_DetectKeyPhrase
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectKeyPhrases.html
  • Comprehend_DetectPiiEntities
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectPiiEntities.html
  • Comprehend_DetectSentiment
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectSentiment.html
  • Comprehend_DetectSyntax
    https://docs.aws.amazon.com/comprehend/latest/APIReference/API_DetectSyntax.html