Class: Aws::Types::SentimentScore

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mixed ⇒ ::Float

Returns the value of attribute mixed.

Returns:

  • (::Float)


327
328
329
# File 'sig/types.rbs', line 327

def mixed
  @mixed
end

#negative ⇒ ::Float

Returns the value of attribute negative.

Returns:

  • (::Float)


325
326
327
# File 'sig/types.rbs', line 325

def negative
  @negative
end

#neutral ⇒ ::Float

Returns the value of attribute neutral.

Returns:

  • (::Float)


326
327
328
# File 'sig/types.rbs', line 326

def neutral
  @neutral
end

#positive ⇒ ::Float

Returns the value of attribute positive.

Returns:

  • (::Float)


324
325
326
# File 'sig/types.rbs', line 324

def positive
  @positive
end