Class: Aws::Types::FaceMatch
- Inherits:
-
Object
- Object
- Aws::Types::FaceMatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face ⇒ Types::Face
Returns the value of attribute face.
-
#similarity ⇒ ::Float
Returns the value of attribute similarity.
Instance Attribute Details
#face ⇒ Types::Face
Returns the value of attribute face.
797 798 799 |
# File 'sig/types.rbs', line 797 def face @face end |
#similarity ⇒ ::Float
Returns the value of attribute similarity.
796 797 798 |
# File 'sig/types.rbs', line 796 def similarity @similarity end |