Class: Aws::Types::BatchDetectSentimentItemResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def index
  @index
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def sentiment
  @sentiment
end

#sentiment_scoreTypes::SentimentScore

Returns the value of attribute sentiment_score.

Returns:



77
78
79
# File 'sig/types.rbs', line 77

def sentiment_score
  @sentiment_score
end