class Aws::Rekognition::Types::DeleteFacesRequest

@note When making an API call, you may pass DeleteFacesRequest

data as a hash:

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

@!attribute [rw] collection_id

Collection from which to remove the specific faces.
@return [String]

@!attribute [rw] face_ids

An array of face IDs to delete.
@return [Array<String>]

Constants

SENSITIVE