Class: Aws::Rekognition::Types::SearchUsersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#face_model_versionString

Version number of the face detection model associated with the input CollectionId.

Returns:

  • (String)


6591
6592
6593
6594
6595
6596
6597
6598
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6591

class SearchUsersResponse < Struct.new(
  :user_matches,
  :face_model_version,
  :searched_face,
  :searched_user)
  SENSITIVE = []
  include Aws::Structure
end

#searched_faceTypes::SearchedFace

Contains the ID of a face that was used to search for matches in a collection.

Returns:



6591
6592
6593
6594
6595
6596
6597
6598
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6591

class SearchUsersResponse < Struct.new(
  :user_matches,
  :face_model_version,
  :searched_face,
  :searched_user)
  SENSITIVE = []
  include Aws::Structure
end

#searched_userTypes::SearchedUser

Contains the ID of the UserID that was used to search for matches in a collection.

Returns:



6591
6592
6593
6594
6595
6596
6597
6598
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6591

class SearchUsersResponse < Struct.new(
  :user_matches,
  :face_model_version,
  :searched_face,
  :searched_user)
  SENSITIVE = []
  include Aws::Structure
end

#user_matchesArray<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.

Returns:



6591
6592
6593
6594
6595
6596
6597
6598
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6591

class SearchUsersResponse < Struct.new(
  :user_matches,
  :face_model_version,
  :searched_face,
  :searched_user)
  SENSITIVE = []
  include Aws::Structure
end