Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCollectionsResponse

import type { ListCollectionsResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface ListCollectionsResponse {
CollectionIds?: string[] | null;
FaceModelVersions?: string[] | null;
NextToken?: string | null;
}

§Properties

§
CollectionIds?: string[] | null
[src]

An array of collection IDs.

§
FaceModelVersions?: string[] | null
[src]

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].

§
NextToken?: string | null
[src]

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.