Class: Aws::Rekognition::Types::Face
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::Face
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#index_faces_model_version ⇒ String
The version of the face detect and storage model that was used when indexing the face vector.
Instance Attribute Details
#bounding_box ⇒ Types::BoundingBox
Bounding box of the face.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544 class Face < Struct.new( :face_id, :bounding_box, :image_id, :external_image_id, :confidence, :index_faces_model_version) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ Float
Confidence level that the bounding box contains a face (and not a different object such as a tree).
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544 class Face < Struct.new( :face_id, :bounding_box, :image_id, :external_image_id, :confidence, :index_faces_model_version) SENSITIVE = [] include Aws::Structure end |
#external_image_id ⇒ String
Identifier that you assign to all the faces in the input image.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544 class Face < Struct.new( :face_id, :bounding_box, :image_id, :external_image_id, :confidence, :index_faces_model_version) SENSITIVE = [] include Aws::Structure end |
#face_id ⇒ String
Unique identifier that Amazon Rekognition assigns to the face.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544 class Face < Struct.new( :face_id, :bounding_box, :image_id, :external_image_id, :confidence, :index_faces_model_version) SENSITIVE = [] include Aws::Structure end |
#image_id ⇒ String
Unique identifier that Amazon Rekognition assigns to the input image.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544 class Face < Struct.new( :face_id, :bounding_box, :image_id, :external_image_id, :confidence, :index_faces_model_version) SENSITIVE = [] include Aws::Structure end |
#index_faces_model_version ⇒ String
The version of the face detect and storage model that was used when indexing the face vector.
2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 2544 class Face < Struct.new( :face_id, :bounding_box, :image_id, :external_image_id, :confidence, :index_faces_model_version) SENSITIVE = [] include Aws::Structure end |