Class: Aws::Rekognition::Types::ListFacesRequest

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

#collection_idString

ID of the collection from which to list the faces.

Returns:

  • (String)


4075
4076
4077
4078
4079
4080
4081
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4075

class ListFacesRequest < Struct.new(
  :collection_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Maximum number of faces to return.

Returns:

  • (Integer)


4075
4076
4077
4078
4079
4080
4081
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4075

class ListFacesRequest < Struct.new(
  :collection_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.

Returns:

  • (String)


4075
4076
4077
4078
4079
4080
4081
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4075

class ListFacesRequest < Struct.new(
  :collection_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end