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

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 match the input face, along with the confidence in the match.

Returns:



6397
6398
6399
6400
6401
6402
6403
6404
# File 'lib/aws-sdk-rekognition/types.rb', line 6397

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :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)


6397
6398
6399
6400
6401
6402
6403
6404
# File 'lib/aws-sdk-rekognition/types.rb', line 6397

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :face_matches,
  :face_model_version)
  SENSITIVE = []
  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:



6397
6398
6399
6400
6401
6402
6403
6404
# File 'lib/aws-sdk-rekognition/types.rb', line 6397

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :face_matches,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#searched_face_confidenceFloat

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

Returns:

  • (Float)


6397
6398
6399
6400
6401
6402
6403
6404
# File 'lib/aws-sdk-rekognition/types.rb', line 6397

class SearchFacesByImageResponse < Struct.new(
  :searched_face_bounding_box,
  :searched_face_confidence,
  :face_matches,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end