Class: Aws::Rekognition::Types::SearchUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::SearchUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#face_model_version ⇒ String
Version number of the face detection model associated with the input CollectionId.
-
#searched_face ⇒ Types::SearchedFace
Contains the ID of a face that was used to search for matches in a collection.
-
#searched_user ⇒ Types::SearchedUser
Contains the ID of the UserID that was used to search for matches in a collection.
-
#user_matches ⇒ Array<Types::UserMatch>
An array of UserMatch objects that matched the input face along with the confidence in the match.
Instance Attribute Details
#face_model_version ⇒ String
Version number of the face detection model associated with the input CollectionId.
6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6604 class SearchUsersResponse < Struct.new( :user_matches, :face_model_version, :searched_face, :searched_user) SENSITIVE = [] include Aws::Structure end |
#searched_face ⇒ Types::SearchedFace
Contains the ID of a face that was used to search for matches in a collection.
6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6604 class SearchUsersResponse < Struct.new( :user_matches, :face_model_version, :searched_face, :searched_user) SENSITIVE = [] include Aws::Structure end |
#searched_user ⇒ Types::SearchedUser
Contains the ID of the UserID that was used to search for matches in a collection.
6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6604 class SearchUsersResponse < Struct.new( :user_matches, :face_model_version, :searched_face, :searched_user) SENSITIVE = [] include Aws::Structure end |
#user_matches ⇒ Array<Types::UserMatch>
An array of UserMatch objects that matched the input face along with the confidence in the match. Array will be empty if there are no matches.
6604 6605 6606 6607 6608 6609 6610 6611 |
# File 'lib/aws-sdk-rekognition/types.rb', line 6604 class SearchUsersResponse < Struct.new( :user_matches, :face_model_version, :searched_face, :searched_user) SENSITIVE = [] include Aws::Structure end |