Class: Aws::Rekognition::Types::AssociatedFace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::AssociatedFace
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Provides face metadata for the faces that are associated to a specific UserID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#face_id ⇒ String
Unique identifier assigned to the face.
Instance Attribute Details
#face_id ⇒ String
Unique identifier assigned to the face.
123 124 125 126 127 |
# File 'lib/aws-sdk-rekognition/types.rb', line 123 class AssociatedFace < Struct.new( :face_id) SENSITIVE = [] include Aws::Structure end |