FaceIndexer.deleteTemplate Method

Module: FaceIndexer

Definition

Deletes a template from the face indexer.

delete_template(self, id: str) -> None

Parameters

id str
in ID of the face template to delete.

Exceptions

An error has occurred during Face Library execution.
void deleteTemplate(String? id)

Parameters

id String
in ID of the face template to delete.

Exceptions

An error has occurred during Face Library execution.
public void DeleteTemplate(string id)

Parameters

id string
in ID of the face template to delete.

Exceptions

An error has occurred during Face Library execution.
public void deleteTemplate(String id) throws FaceException

Parameters

id String
in ID of the face template to delete.

Exceptions

An error has occurred during Face Library execution.
public func deleteTemplate(id: String) throws

Parameters

id String
in ID of the face template to delete.

Exceptions

An error has occurred during Face Library execution.
int id3FaceIndexer_DeleteTemplate (
    ID3_FACE_INDEXER hFaceIndexer,
    const char * id)

Parameters

hFaceIndexer ID3_FACE_INDEXER
in Handle to the FaceIndexer object.

id const char *
in ID of the face template to delete.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.