FaceTemplateDict.containsKey Method¶
Module: FaceTemplateDict
Definition¶
Determines whether the FaceTemplateDictobject contains the specified key.
bool containsKey(int key)
Parameters
key intin The key to locate in the FaceTemplate object.
Returns
booltrue if the FaceTemplate object contains an element with the specified key, otherwise false.
Exceptions
An error has occurred during Face Library execution.