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
NextTokenthat 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.
4943 4944 4945 4946 4947 4948 4949 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4943 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].
4943 4944 4945 4946 4947 4948 4949 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4943 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.
4943 4944 4945 4946 4947 4948 4949 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 4943 class ListCollectionsResponse < Struct.new( :collection_ids, :next_token, :face_model_versions) SENSITIVE = [] include Aws::Structure end |