Class: Aws::Rekognition::Types::SearchFacesResponse

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_matchesArray<Types::FaceMatch>

An array of faces that matched the input face, along with the confidence in the match.

Returns:



5112
5113
5114
5115
5116
5117
5118
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5112

class SearchFacesResponse < Struct.new(
  :searched_face_id,
  :face_matches,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#face_model_versionString

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

Returns:

  • (String)


5112
5113
5114
5115
5116
5117
5118
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5112

class SearchFacesResponse < Struct.new(
  :searched_face_id,
  :face_matches,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#searched_face_idString

ID of the face that was searched for matches in a collection.

Returns:

  • (String)


5112
5113
5114
5115
5116
5117
5118
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5112

class SearchFacesResponse < Struct.new(
  :searched_face_id,
  :face_matches,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end