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:



6435
6436
6437
6438
6439
6440
6441
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6435

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)


6435
6436
6437
6438
6439
6440
6441
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6435

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)


6435
6436
6437
6438
6439
6440
6441
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6435

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