ImageDict.get Method

Module: ImageDict

Definition

Gets an item of the ImageDict object.

get(self, key: str) -> Image

Parameters

key str
in Unique key of the Image item to get.

Returns

Image item to get.

Exceptions

An error has occurred during Face Library execution.
Image get(String? key)

Parameters

key String
in Unique key of the Image item to get.

Returns

Image item to get.

Exceptions

An error has occurred during Face Library execution.
public Image Get(string key)

Parameters

key string
in Unique key of the Image item to get.

Returns

Image item to get.

Exceptions

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

Parameters

key String
in Unique key of the Image item to get.

Returns

Image item to get.

Exceptions

An error has occurred during Face Library execution.
public func get(key: String) throws -> Image

Parameters

key String
in Unique key of the Image item to get.

Returns

Image item to get.

Exceptions

An error has occurred during Face Library execution.
int id3FaceImageDict_Get (
    ID3_FACE_IMAGE_DICT hImageDict,
    const char * key,
    ID3_FACE_IMAGE hImageItem)

Parameters

in Handle to the ImageDict object.

key const char *
in Unique key of the Image item to get.

hImageItem ID3_FACE_IMAGE
out Image item to get.

Returns

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