You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::Face
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Face
- Defined in:
- (unknown)
Overview
Describes the face properties such as the bounding box, face ID, image ID of the input image, and external image ID that you assigned.
Returned by:
Instance Attribute Summary collapse
-
#bounding_box ⇒ Types::BoundingBox
Bounding box of the face.
-
#confidence ⇒ Float
Confidence level that the bounding box contains a face (and not a different object such as a tree).
-
#external_image_id ⇒ String
Identifier that you assign to all the faces in the input image.
-
#face_id ⇒ String
Unique identifier that Amazon Rekognition assigns to the face.
-
#image_id ⇒ String
Unique identifier that Amazon Rekognition assigns to the input image.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Bounding box of the face.
#confidence ⇒ Float
Confidence level that the bounding box contains a face (and not a different object such as a tree).
#external_image_id ⇒ String
Identifier that you assign to all the faces in the input image.
#face_id ⇒ String
Unique identifier that Amazon Rekognition assigns to the face.
#image_id ⇒ String
Unique identifier that Amazon Rekognition assigns to the input image.