IRekognitionListCollectionsResponse
Interface in AWS.Rekognition
Interface for ListCollections responses.
Ancestors
Properties
CollectionIds
property CollectionIds: TList<string>
A list of collection IDs.
FaceModelVersions
property FaceModelVersions: TList<string>
Version numbers of the face detection models associated with the collections in the array CollectionIds.
The values are index aligned. For example, the value at FaceModelVersions[1] correlates with CollectionId[1].
NextToken
property NextToken: string
If the result is truncated, the NextToken can be used in subsequent requests to fetch the next page of results.