Class: Aws::Rekognition::Types::SearchUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::SearchUsersResponse
- Defined in:
- gems/aws-sdk-rekognition/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.
6693 6694 6695 6696 6697 6698 6699 6700 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6693 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.
6693 6694 6695 6696 6697 6698 6699 6700 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6693 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.
6693 6694 6695 6696 6697 6698 6699 6700 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6693 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.
6693 6694 6695 6696 6697 6698 6699 6700 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6693 class SearchUsersResponse < Struct.new( :user_matches, :face_model_version, :searched_face, :searched_user) SENSITIVE = [] include Aws::Structure end |