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