Class: Aws::Types::Landmark

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#type"eyeLeft", ...

Returns the value of attribute type.

Returns:

  • ("eyeLeft", "eyeRight", "nose", "mouthLeft", "mouthRight", "leftEyeBrowLeft", "leftEyeBrowRight", "leftEyeBrowUp", "rightEyeBrowLeft", "rightEyeBrowRight", "rightEyeBrowUp", "leftEyeLeft", "leftEyeRight", "leftEyeUp", "leftEyeDown", "rightEyeLeft", "rightEyeRight", "rightEyeUp", "rightEyeDown", "noseLeft", "noseRight", "mouthUp", "mouthDown", "leftPupil", "rightPupil", "upperJawlineLeft", "midJawlineLeft", "chinBottom", "midJawlineRight", "upperJawlineRight")


1216
1217
1218
# File 'sig/types.rbs', line 1216

def type
  @type
end

#x::Float

Returns the value of attribute x.

Returns:

  • (::Float)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def x
  @x
end

#y::Float

Returns the value of attribute y.

Returns:

  • (::Float)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def y
  @y
end