FaceIndexer.getTemplate Method¶
Module: FaceIndexer
Definition¶
Retrieves a template from the face indexer by ID.
get_template(self, id: str) -> FaceTemplate
Parameters
id
strin ID of the required face template.
Returns
The face template.
Exceptions
An error has occurred during Face Library execution.
FaceTemplate getTemplate(String? id)
Parameters
id
Stringin 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
id
stringin 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
id
Stringin 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
id
Stringin 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
hFaceIndexer
ID3_FACE_INDEXERin Handle to the FaceIndexer object.id
const char *in ID of the required face template.hFaceTemplate
ID3_FACE_TEMPLATEout The face template.
Returns