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

Latest face model being used with the collection. For more information, see Model versioning.

§
StatusCode?: number | null
[src]

HTTP status code indicating the result of the operation.