You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::DeleteFacesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteFacesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  collection_id: "CollectionId", # required
  face_ids: ["FaceId"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idString

Collection from which to remove the specific faces.

Returns:

  • (String)

    Collection from which to remove the specific faces.

#face_idsArray<String>

An array of face IDs to delete.

Returns:

  • (Array<String>)

    An array of face IDs to delete.