ImageDict.remove Method¶
Module: ImageDict
Definition¶
Removes an element of the ImageDict object.
remove(self, key: str) -> None
Parameters
key
strin Unique key of the Image item to remove.
Exceptions
An error has occurred during Face Library execution.
void remove(String? key)
Parameters
key
Stringin Unique key of the Image item to remove.
Exceptions
An error has occurred during Face Library execution.
public void Remove(string key)
Parameters
key
stringin Unique key of the Image item to remove.
Exceptions
An error has occurred during Face Library execution.
public void remove(String key) throws FaceException
Parameters
key
Stringin Unique key of the Image item to remove.
Exceptions
An error has occurred during Face Library execution.
public func remove(key: String) throws
Parameters
key
Stringin Unique key of the Image item to remove.
Exceptions
An error has occurred during Face Library execution.
int id3FaceImageDict_Remove (
ID3_FACE_IMAGE_DICT hImageDict,
const char * key)
Parameters
hImageDict
ID3_FACE_IMAGE_DICTin Handle to the ImageDict object.key
const char *in Unique key of the Image item to remove.
Returns