Created
April 8, 2021 01:30
-
-
Save ccortezb/2debae2a49dffc523f8c6553a9ae3ec0 to your computer and use it in GitHub Desktop.
Respuesta de Comprehend via API rest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'Sentiment': 'NEUTRAL', | |
'SentimentScore': { | |
'Positive': 0.019190235063433647, | |
'Negative': 0.027914147824048996, | |
'Neutral': 0.937386691570282, | |
'Mixed': 0.015508887358009815 | |
}, | |
'ResponseMetadata': { | |
'RequestId': 'c45999f3-3021-4e4d-95e8-bd8763d54337', | |
'HTTPStatusCode': 200, | |
'HTTPHeaders': { | |
'x-amzn-requestid': 'c45999f3-3021-4e4d-95e8-bd8763d54337', | |
'content-type': 'application/x-amz-json-1.1', | |
'content-length': '163', | |
'date': 'Wed, 07 Apr 2021 00:12:21 GMT' | |
}, | |
'RetryAttempts': 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment