FaceTemplateDict.keys Property¶
Module: FaceTemplateDict
Type: StringList
Definition¶
Gets a string list containing the keys in the dict.
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