FaceTemplateDict.remove Method¶
Module: FaceTemplateDict
Definition¶
Removes an element of the FaceTemplateDict object.
remove(self, key: str) -> None
Parameters
keystrin Unique key of the FaceTemplate item to remove.
Exceptions
An error has occurred during Face Library execution.
void remove(String? key)
Parameters
keyStringin Unique key of the FaceTemplate item to remove.
Exceptions
An error has occurred during Face Library execution.
public void Remove(string key)
Parameters
keystringin Unique key of the FaceTemplate item to remove.
Exceptions
An error has occurred during Face Library execution.
public void remove(String key) throws FaceException
Parameters
keyStringin Unique key of the FaceTemplate item to remove.
Exceptions
An error has occurred during Face Library execution.
public func remove(key: String) throws
Parameters
keyStringin Unique key of the FaceTemplate item to remove.
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplateDict_Remove (
ID3_FACE_TEMPLATE_DICT hFaceTemplateDict,
const char * key)
Parameters
hFaceTemplateDictID3_FACE_TEMPLATE_DICTin Handle to the FaceTemplateDict object.keyconst char *in Unique key of the FaceTemplate item to remove.
Returns