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

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

Returns:



6372
6373
6374
6375
6376
6377
6378
6379
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6372

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)


6372
6373
6374
6375
6376
6377
6378
6379
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6372

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:



6372
6373
6374
6375
6376
6377
6378
6379
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6372

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)


6372
6373
6374
6375
6376
6377
6378
6379
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6372

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