FaceTemplateDict.get Method¶
Module: FaceTemplateDict
Definition¶
Gets an item of the FaceTemplateDict object.
get(self, key: str) -> FaceTemplate
Parameters
keystrin Unique key of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
FaceTemplate get(String? key)
Parameters
keyStringin Unique key of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate Get(string key)
Parameters
keystringin Unique key of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate get(String key) throws FaceException
Parameters
keyStringin Unique key of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
public func get(key: String) throws -> FaceTemplate
Parameters
keyStringin Unique key of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplateDict_Get (
ID3_FACE_TEMPLATE_DICT hFaceTemplateDict,
const char * key,
ID3_FACE_TEMPLATE hFaceTemplateItem)
Parameters
hFaceTemplateDictID3_FACE_TEMPLATE_DICTin Handle to the FaceTemplateDict object.keyconst char *in Unique key of the FaceTemplate item to get.hFaceTemplateItemID3_FACE_TEMPLATEout FaceTemplate item to get.
Returns