Class: Aws::Types::Emotion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


720
721
722
# File 'sig/types.rbs', line 720

def confidence
  @confidence
end

#type"HAPPY", ...

Returns the value of attribute type.

Returns:

  • ("HAPPY", "SAD", "ANGRY", "CONFUSED", "DISGUSTED", "SURPRISED", "CALM", "UNKNOWN", "FEAR")


719
720
721
# File 'sig/types.rbs', line 719

def type
  @type
end