Class: Aws::Types::ComparedFace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounding_boxTypes::BoundingBox

Returns the value of attribute bounding_box.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def bounding_box
  @bounding_box
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


145
146
147
# File 'sig/types.rbs', line 145

def confidence
  @confidence
end

#emotions::Array[Types::Emotion]

Returns the value of attribute emotions.

Returns:



149
150
151
# File 'sig/types.rbs', line 149

def emotions
  @emotions
end

#landmarks::Array[Types::Landmark]

Returns the value of attribute landmarks.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def landmarks
  @landmarks
end

#poseTypes::Pose

Returns the value of attribute pose.

Returns:



147
148
149
# File 'sig/types.rbs', line 147

def pose
  @pose
end

#qualityTypes::ImageQuality

Returns the value of attribute quality.

Returns:



148
149
150
# File 'sig/types.rbs', line 148

def quality
  @quality
end

#smileTypes::Smile

Returns the value of attribute smile.

Returns:



150
151
152
# File 'sig/types.rbs', line 150

def smile
  @smile
end