FaceTemplateList.get Method¶
Module: FaceTemplateList
Definition¶
Gets an item of the FaceTemplateList object.
get(self, index: int) -> FaceTemplate
Parameters
index
intin 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
index
intin 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
index
intin 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
index
intin 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
index
Int32in 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
hFaceTemplateList
ID3_FACE_TEMPLATE_LISTin Handle to the FaceTemplateList object.index
intin Index of the FaceTemplate item to get.hFaceTemplateItem
ID3_FACE_TEMPLATEout FaceTemplate item to get.
Returns