FaceTemplateDict.keys Property

Module: FaceTemplateDict

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 id3FaceTemplateDict_GetKeys (ID3_FACE_TEMPLATE_DICT hFaceTemplateDict, ID3_FACE_STRING_LIST hKeys)

Returns

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