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

DescribeCollectionResponse

import type { DescribeCollectionResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface DescribeCollectionResponse {
CollectionARN?: string | null;
CreationTimestamp?: Date | number | null;
FaceCount?: number | null;
FaceModelVersion?: string | null;
}

§Properties

§
CollectionARN?: string | null
[src]

The Amazon Resource Name (ARN) of the collection.

§
CreationTimestamp?: Date | number | null
[src]

The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.

§
FaceCount?: number | null
[src]

The number of faces that are indexed into the collection. To index faces into a collection, use "IndexFaces".

§
FaceModelVersion?: string | null
[src]

The version of the face model that's used by the collection for face detection.

For more information, see Model versioning in the Amazon Rekognition Developer Guide.