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

CreateCollectionResponse

import type { CreateCollectionResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface CreateCollectionResponse {
CollectionArn?: string | null;
FaceModelVersion?: string | null;
StatusCode?: number | null;
}

§Properties

§
CollectionArn?: string | null
[src]

Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.

§
FaceModelVersion?: string | null
[src]

Version number of the face detection model associated with the collection you are creating.

§
StatusCode?: number | null
[src]

HTTP status code indicating the result of the operation.