Class: Aws::Rekognition::Types::SearchUsersByImageResponse

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 collection CollectionId.

Returns:

  • (String)


6528
6529
6530
6531
6532
6533
6534
6535
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6528

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

#searched_faceTypes::SearchedFaceDetails

A list of FaceDetail objects containing the BoundingBox for the largest face in image, as well as the confidence in the bounding box, that was searched for matches. If no valid face is detected in the image the response will contain no SearchedFace object.



6528
6529
6530
6531
6532
6533
6534
6535
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6528

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

#unsearched_facesArray<Types::UnsearchedFace>

List of UnsearchedFace objects. Contains the face details infered from the specified image but not used for search. Contains reasons that describe why a face wasn't used for Search.

Returns:



6528
6529
6530
6531
6532
6533
6534
6535
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6528

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

#user_matchesArray<Types::UserMatch>

An array of UserID objects that matched the input face, along with the confidence in the match. The returned structure will be empty if there are no matches. Returned if the SearchUsersByImageResponse action is successful.

Returns:



6528
6529
6530
6531
6532
6533
6534
6535
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6528

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