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

CreateCollectionRequest

import type { CreateCollectionRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface CreateCollectionRequest {
CollectionId: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CollectionId: string
[src]

ID for the collection that you are creating.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A set of tags (key-value pairs) that you want to attach to the collection.