Class: Aws::Rekognition::Types::ListFacesResponse

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_model_versionString

Version number of the face detection model associated with the input collection (CollectionId).

Returns:

  • (String)


5056
5057
5058
5059
5060
5061
5062
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5056

class ListFacesResponse < Struct.new(
  :faces,
  :next_token,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#facesArray<Types::Face>

An array of Face objects.

Returns:



5056
5057
5058
5059
5060
5061
5062
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5056

class ListFacesResponse < Struct.new(
  :faces,
  :next_token,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


5056
5057
5058
5059
5060
5061
5062
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 5056

class ListFacesResponse < Struct.new(
  :faces,
  :next_token,
  :face_model_version)
  SENSITIVE = []
  include Aws::Structure
end