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_label::String

Returns the value of attribute sentiment_label.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def sentiment_label
  @sentiment_label
end

#sentiment_score::String

Returns the value of attribute sentiment_score.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def sentiment_score
  @sentiment_score
end