Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rekognition_describe_collection

Describes the specified collection


Description

Describes the specified collection. You can use describe_collection to get information, such as the number of faces indexed into a collection and the version of the model used by the collection for face detection.

For more information, see Describing a Collection in the Amazon Rekognition Developer Guide.

Usage

rekognition_describe_collection(CollectionId)

Arguments

CollectionId

[required] The ID of the collection to describe.

Value

A list with the following syntax:

list(
  FaceCount = 123,
  FaceModelVersion = "string",
  CollectionARN = "string",
  CreationTimestamp = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$describe_collection(
  CollectionId = "string"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.