MentionSentiment

Contains the sentiment and sentiment score for one mention of an entity.

For more information about targeted sentiment, see Targeted sentiment in the Amazon Comprehend Developer Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sentiment of the mention.

Link copied to clipboard

Describes the level of confidence that Amazon Comprehend has in the accuracy of its detection of sentiments.

Functions

Link copied to clipboard
inline fun copy(block: MentionSentiment.Builder.() -> Unit = {}): MentionSentiment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String