PortraitStatus Enumeration¶
Namespace: id3.Face
Definition¶
Enumerates the possible statuses of a portrait.
class PortraitStatus
enum PortraitStatus
public enum PortraitStatus
public enum PortraitStatus
public enum PortraitStatus
typedef enum id3FacePortraitStatus
Fields¶
Name |
Value |
Description |
---|---|---|
|
0 |
The status is undefined. |
|
1 |
The portrait is correctly created and updated. |
|
2 |
No face detected in the provided image. |
|
3 |
The position of the subject is incorrect. |
|
4 |
The subject is moving and the portrait couldn’t be updated. |