Class: Aws::Rekognition::Types::SearchFacesByImageResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#face_matchesArray<Types::FaceMatch>

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

Returns:



1369
1370
1371
1372
1373
1374
# File 'lib/aws-sdk-rekognition/types.rb', line 1369

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :face_matches)
  include Aws::Structure
end

#searched_face_bounding_boxTypes::BoundingBox

The bounding box around the face in the input image that Amazon Rekognition used for the search.

Returns:



1369
1370
1371
1372
1373
1374
# File 'lib/aws-sdk-rekognition/types.rb', line 1369

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :face_matches)
  include Aws::Structure
end

#searched_face_confidenceFloat

The level of confidence that the ‘searchedFaceBoundingBox`, contains a face.

Returns:

  • (Float)


1369
1370
1371
1372
1373
1374
# File 'lib/aws-sdk-rekognition/types.rb', line 1369

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :face_matches)
  include Aws::Structure
end