FaceIndexer.getTemplate Method¶
Module: FaceIndexer
Definition¶
Retrieves a template from the face indexer by ID.
get_template(self, id: str) -> FaceTemplate
Parameters
idstrin ID of the required face template.
Returns
The face template.
Exceptions
An error has occurred during Face Library execution.
FaceTemplate getTemplate(String? id)
Parameters
idStringin ID of the required face template.
Returns
The face template.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate GetTemplate(string id)
Parameters
idstringin ID of the required face template.
Returns
The face template.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate getTemplate(String id) throws FaceException
Parameters
idStringin ID of the required face template.
Returns
The face template.
Exceptions
An error has occurred during Face Library execution.
public func getTemplate(id: String) throws -> FaceTemplate
Parameters
idStringin ID of the required face template.
Returns
The face template.
Exceptions
An error has occurred during Face Library execution.
int id3FaceIndexer_GetTemplate (
ID3_FACE_INDEXER hFaceIndexer,
const char * id,
ID3_FACE_TEMPLATE hFaceTemplate)
Parameters
hFaceIndexerID3_FACE_INDEXERin Handle to the FaceIndexer object.idconst char *in ID of the required face template.hFaceTemplateID3_FACE_TEMPLATEout The face template.
Returns