FaceAttributes Structure¶
Namespace: id3.Face
Definition¶
Represents the face attributes.
class FaceAttributes
class FaceAttributes
public partial struct FaceAttributes
public class FaceAttributes
public typealias FaceAttributes = id3FaceAttributes
typedef struct id3FaceAttributes
Properties¶
Name |
Type |
Description |
---|---|---|
int |
Value, from 0 to 100, indicating whether the subject is wearing glasses or not. |
|
int |
Value, from 0 to 100, indicating whether the subject is wearing a hat or not. |
|
int |
Value, from 0 to 100, indicating whether the subject is wearing makeup or not. |
|
int |
Value, from 0 to 100, indicating the estimated gender of the subject. |
|
int |
Value, from 0 to 100, indicating whether the subject’s mouth is open or not. |
|
int |
Value, from 0 to 100, indicating whether the subject is smiling or not. |