FaceIndexer.deleteTemplate Method¶
Module: FaceIndexer
Definition¶
Deletes a template from the face indexer.
delete_template(self, id: str) -> None
Parameters
id
strin ID of the face template to delete.
Exceptions
An error has occurred during Face Library execution.
void deleteTemplate(String? id)
Parameters
id
Stringin ID of the face template to delete.
Exceptions
An error has occurred during Face Library execution.
public void DeleteTemplate(string id)
Parameters
id
stringin 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
Stringin ID of the face template to delete.
Exceptions
An error has occurred during Face Library execution.
public func deleteTemplate(id: String) throws
Parameters
id
Stringin 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_INDEXERin Handle to the FaceIndexer object.id
const char *in ID of the face template to delete.
Returns