Class: Aws::Types::FaceRecord
- Inherits:
-
Object
- Object
- Aws::Types::FaceRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#face ⇒ Types::Face
Returns the value of attribute face.
-
#face_detail ⇒ Types::FaceDetail
Returns the value of attribute face_detail.
Instance Attribute Details
#face ⇒ Types::Face
Returns the value of attribute face.
808 809 810 |
# File 'sig/types.rbs', line 808 def face @face end |
#face_detail ⇒ Types::FaceDetail
Returns the value of attribute face_detail.
809 810 811 |
# File 'sig/types.rbs', line 809 def face_detail @face_detail end |