Class: Aws::Rekognition::Types::SearchedFace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::SearchedFace
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Overview
Provides face metadata such as FaceId, BoundingBox, Confidence of the input face used for search.
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.
6620 6621 6622 6623 6624 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6620 class SearchedFace < Struct.new( :face_id) SENSITIVE = [] include Aws::Structure end |