Class: Aws::Rekognition::Types::ListCollectionsResponse

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_idsArray<String>

An array of collection IDs.

Returns:

  • (Array<String>)


4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4878

class ListCollectionsResponse < Struct.new(
  :collection_ids,
  :next_token,
  :face_model_versions)
  SENSITIVE = []
  include Aws::Structure
end

#face_model_versionsArray<String>

Version numbers of the face detection models associated with the collections in the array CollectionIds. For example, the value of FaceModelVersions[2] is the version number for the face detection model used by the collection in CollectionId[2].

Returns:

  • (Array<String>)


4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4878

class ListCollectionsResponse < Struct.new(
  :collection_ids,
  :next_token,
  :face_model_versions)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the result is truncated, the response provides a NextToken that you can use in the subsequent request to fetch the next set of collection IDs.

Returns:

  • (String)


4878
4879
4880
4881
4882
4883
4884
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4878

class ListCollectionsResponse < Struct.new(
  :collection_ids,
  :next_token,
  :face_model_versions)
  SENSITIVE = []
  include Aws::Structure
end