Class: Aws::Types::EyeDirection

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)


741
742
743
# File 'sig/types.rbs', line 741

def confidence
  @confidence
end

#pitch::Float

Returns the value of attribute pitch.

Returns:

  • (::Float)


740
741
742
# File 'sig/types.rbs', line 740

def pitch
  @pitch
end

#yaw::Float

Returns the value of attribute yaw.

Returns:

  • (::Float)


739
740
741
# File 'sig/types.rbs', line 739

def yaw
  @yaw
end