Class: Aws::Rekognition::Types::SearchFacesByImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::SearchFacesByImageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#face_matches ⇒ Array<Types::FaceMatch>
An array of faces that match the input face, along with the confidence in the match.
-
#face_model_version ⇒ String
Version number of the face detection model associated with the input collection (‘CollectionId`).
-
#searched_face_bounding_box ⇒ Types::BoundingBox
The bounding box around the face in the input image that Amazon Rekognition used for the search.
-
#searched_face_confidence ⇒ Float
The level of confidence that the ‘searchedFaceBoundingBox`, contains a face.
Instance Attribute Details
#face_matches ⇒ Array<Types::FaceMatch>
An array of faces that match the input face, along with the confidence in the match.
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_version ⇒ String
Version number of the face detection model associated with the input collection (‘CollectionId`).
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_box ⇒ Types::BoundingBox
The bounding box around the face in the input image that Amazon Rekognition used for the search.
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_confidence ⇒ Float
The level of confidence that the ‘searchedFaceBoundingBox`, contains a face.
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 |