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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-rekognition/types.rb', line 6448

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)


6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-rekognition/types.rb', line 6448

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)


6448
6449
6450
6451
6452
6453
6454
# File 'lib/aws-sdk-rekognition/types.rb', line 6448

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