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)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def mixed
  @mixed
end

#negative::Float

Returns the value of attribute negative.

Returns:

  • (::Float)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def negative
  @negative
end

#neutral::Float

Returns the value of attribute neutral.

Returns:

  • (::Float)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def neutral
  @neutral
end

#positive::Float

Returns the value of attribute positive.

Returns:

  • (::Float)


1597
1598
1599
# File 'sig/types.rbs', line 1597

def positive
  @positive
end