FaceTemplateList.get Method

Module: FaceTemplateList

Definition

Gets an item of the FaceTemplateList object.

get(self, index: int) -> FaceTemplate

Parameters

index int
in 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 int
in 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 int
in 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 int
in 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 Int32
in 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_LIST
in Handle to the FaceTemplateList object.

index int
in Index of the FaceTemplate item to get.

hFaceTemplateItem ID3_FACE_TEMPLATE
out FaceTemplate item to get.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.