Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions youtu.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ type Face struct {
Age int32 `json:"age"` //年龄 [0~100]
Expression int32 `json:"expression"` //object 微笑[0(normal)~50(smile)~100(laugh)]
Glass bool `json:"glass"` //是否有眼镜 [true,false]
Glasses int32 `json:"glasses"` //眼镜[0不戴眼镜 1戴眼镜 2戴墨镜] 注:替代原glass(Bool)字段
Pitch int32 `json:"pitch"` //上下偏移[-30,30]
Yaw int32 `json:"yaw"` //左右偏移[-30,30]
Roll int32 `json:"roll"` //平面旋转[-180,180]
Expand Down