ImageDict.keys Property

Module: ImageDict

Type: StringList

Definition

Gets a string list containing the keys in the dict.

keys: StringList

Exceptions

An error has occurred during Face Library execution.
StringList get keys => getKeys();

Exceptions

An error has occurred during Face Library execution.
public StringList keys
{
    get => Getkeys();
}

Exceptions

An error has occurred during Face Library execution.
public StringList getKeys() throws FaceException

Exceptions

An error has occurred during Face Library execution.
public var keys: StringList
    get {
        return try! getKeys()
    }
}

Exceptions

An error has occurred during Face Library execution.
int id3FaceImageDict_GetKeys (ID3_FACE_IMAGE_DICT hImageDict, ID3_FACE_STRING_LIST hKeys)

Returns

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