Class: Aws::Rekognition::Types::ListCollectionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::ListCollectionsResponse
- Defined in:
- gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collection_ids ⇒ Array<String>
An array of collection IDs.
-
#face_model_versions ⇒ Array<String>
Version numbers of the face detection models associated with the collections in the array
CollectionIds
. -
#next_token ⇒ String
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.
Instance Attribute Details
#collection_ids ⇒ Array<String>
An array of collection IDs.
4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4891 class ListCollectionsResponse < Struct.new( :collection_ids, :next_token, :face_model_versions) SENSITIVE = [] include Aws::Structure end |
#face_model_versions ⇒ Array<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]
.
4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4891 class ListCollectionsResponse < Struct.new( :collection_ids, :next_token, :face_model_versions) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
4891 4892 4893 4894 4895 4896 4897 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4891 class ListCollectionsResponse < Struct.new( :collection_ids, :next_token, :face_model_versions) SENSITIVE = [] include Aws::Structure end |