FaceTemplateList.get Method¶
Module: FaceTemplateList
Definition¶
Gets an item of the FaceTemplateList object.
get(self, index: int) -> FaceTemplate
Parameters
indexintin Index of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
FaceTemplate get(int index)
Parameters
indexintin Index of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate Get(int index)
Parameters
indexintin Index of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
public FaceTemplate get(int index) throws FaceException
Parameters
indexintin Index of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
public func get(index: Int32) throws -> FaceTemplate
Parameters
indexInt32in Index of the FaceTemplate item to get.
Returns
FaceTemplate item to get.
Exceptions
An error has occurred during Face Library execution.
int id3FaceTemplateList_Get (
ID3_FACE_TEMPLATE_LIST hFaceTemplateList,
int index,
ID3_FACE_TEMPLATE hFaceTemplateItem)
Parameters
hFaceTemplateListID3_FACE_TEMPLATE_LISTin Handle to the FaceTemplateList object.indexintin Index of the FaceTemplate item to get.hFaceTemplateItemID3_FACE_TEMPLATEout FaceTemplate item to get.
Returns