Class: Aws::Types::DetectSentimentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

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


660
661
662
# File 'sig/types.rbs', line 660

def sentiment
  @sentiment
end

#sentiment_scoreTypes::SentimentScore

Returns the value of attribute sentiment_score.



661
662
663
# File 'sig/types.rbs', line 661

def sentiment_score
  @sentiment_score
end