FaceTemplateDict Class¶
Namespace: id3.Face
Definition¶
Represents a dictionary of face templates.
Properties¶
Name |
Type |
Description |
|---|---|---|
int |
Gets the number of elements contained in the dict |
|
Gets a string list containing the keys in the dict. |
||
operator [string key] |
Gets or sets the element for the key in the dict. |
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
The iteration is done on keys
Methods¶
Name |
Description |
|---|---|
Adds an item to the FaceTemplateDict object. |
|
Clears the FaceTemplateDict object. |
|
Clones the FaceTemplateDict object. |
|
Determines whether the FaceTemplateDictobject contains the specified key. |
|
Gets an item of the FaceTemplateDict object. |
|
Gets the number of elements in the FaceTemplateDict object. |
|
Removes an element of the FaceTemplateDict object. |
|
Sets an item of the FaceTemplateDict object. |