You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Rekognition::Types::ListFacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListFacesResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#face_model_version ⇒ String
Version number of the face detection model associated with the input collection (
CollectionId
). -
#faces ⇒ Array<Types::Face>
An array of
Face
objects. -
#next_token ⇒ String
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
Instance Attribute Details
#face_model_version ⇒ String
Version number of the face detection model associated with the input
collection (CollectionId
).
#faces ⇒ Array<Types::Face>
An array of Face
objects.
#next_token ⇒ String
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.