Class: Aws::Types::CompareFacesMatch
- Inherits:
-
Object
- Object
- Aws::Types::CompareFacesMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face ⇒ Types::ComparedFace
Returns the value of attribute face.
-
#similarity ⇒ ::Float
Returns the value of attribute similarity.
Instance Attribute Details
#face ⇒ Types::ComparedFace
Returns the value of attribute face.
122 123 124 |
# File 'sig/types.rbs', line 122 def face @face end |
#similarity ⇒ ::Float
Returns the value of attribute similarity.
121 122 123 |
# File 'sig/types.rbs', line 121 def similarity @similarity end |