Command option Sample:aws comprehend detect-sentiment

Search command sample in the internet.It is the result.

Inspects text and returns an inference of the prevailing sentiment("POSITIVE" , "NEUTRAL" , "MIXED" , or "NEGATIVE" ).Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/comprehend/detect-sentiment.html

aws comprehend detect-sentiment \
    Sentiments - Amazon Comprehend : http://docs.aws.amazon.com/comprehend/latest/dg/get-started-api-sentiment.html
aws comprehend detect-sentiment --language-code en --text
    Comprehend-ing My Weekly Notes | ig.nore.me : http://ig.nore.me/2018/02/comprehend-ing-my-weekly-notes/
aws comprehend detect-sentiment --region us-west-2 --language-code
    #!/bin/bash if [ -z "$1" ] then echo "No argument supplied" exit 1 f - Pastebin.com : http://pastebin.com/pH5kUans

aws のオプション一覧