Uses of Class
com.tencentcloudapi.iai.v20200303.models.Eye
-
Packages that use Eye Package Description com.tencentcloudapi.iai.v20200303.models -
-
Uses of Eye in com.tencentcloudapi.iai.v20200303.models
Methods in com.tencentcloudapi.iai.v20200303.models that return Eye Modifier and Type Method Description EyeFaceDetailAttributesInfo. getEye()Get 眼睛相关信息,可识别是否戴眼镜、是否闭眼、是否双眼皮和眼睛大小。 FaceAttributesType 不含Eye 或检测超过 5 张人脸时,此参数仍返回,但不具备参考意义。Methods in com.tencentcloudapi.iai.v20200303.models with parameters of type Eye Modifier and Type Method Description voidFaceDetailAttributesInfo. setEye(Eye Eye)Set 眼睛相关信息,可识别是否戴眼镜、是否闭眼、是否双眼皮和眼睛大小。 FaceAttributesType 不含Eye 或检测超过 5 张人脸时,此参数仍返回,但不具备参考意义。Constructors in com.tencentcloudapi.iai.v20200303.models with parameters of type Eye Constructor Description Eye(Eye source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-