From daa8165bf29685704ea87b1e6c13ae59942e4187 Mon Sep 17 00:00:00 2001 From: Wanny Date: Fri, 8 Dec 2017 16:50:45 +0800 Subject: [PATCH] Update youtu.go --- youtu.go | 1 + 1 file changed, 1 insertion(+) diff --git a/youtu.go b/youtu.go index 5a2c8ff..7bf499f 100644 --- a/youtu.go +++ b/youtu.go @@ -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]