FaceTemplateDict.remove Method

Module: FaceTemplateDict

Definition

Removes an element of the FaceTemplateDict object.

remove(self, key: str) -> None

Parameters

key str
in Unique key of the FaceTemplate item to remove.

Exceptions

An error has occurred during Face Library execution.
void remove(String? key)

Parameters

key String
in Unique key of the FaceTemplate item to remove.

Exceptions

An error has occurred during Face Library execution.
public void Remove(string key)

Parameters

key string
in Unique key of the FaceTemplate item to remove.

Exceptions

An error has occurred during Face Library execution.
public void remove(String key) throws FaceException

Parameters

key String
in Unique key of the FaceTemplate item to remove.

Exceptions

An error has occurred during Face Library execution.
public func remove(key: String) throws

Parameters

key String
in Unique key of the FaceTemplate item to remove.

Exceptions

An error has occurred during Face Library execution.
int id3FaceTemplateDict_Remove (
    ID3_FACE_TEMPLATE_DICT hFaceTemplateDict,
    const char * key)

Parameters

hFaceTemplateDict ID3_FACE_TEMPLATE_DICT
in Handle to the FaceTemplateDict object.

key const char *
in Unique key of the FaceTemplate item to remove.

Returns

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