batchDetectSentiment
inline suspend fun ComprehendClient.batchDetectSentiment(crossinline block: BatchDetectSentimentRequest.Builder.() -> Unit): BatchDetectSentimentResponse
Inspects a batch of documents and returns an inference of the prevailing sentiment, POSITIVE
, NEUTRAL
, MIXED
, or NEGATIVE
, in each one.