Class: Aws::Types::SentimentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sentiment ⇒ "MIXED", ...

Returns the value of attribute sentiment.

Returns:

  • ("MIXED", "NEGATIVE", "NEUTRAL", "POSITIVE")


318
319
320
# File 'sig/types.rbs', line 318

def sentiment
  @sentiment
end

#sentiment_score ⇒ Types::SentimentScore

Returns the value of attribute sentiment_score.



319
320
321
# File 'sig/types.rbs', line 319

def sentiment_score
  @sentiment_score
end