Class FaceExpressStatistic
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.FaceExpressStatistic
-
public class FaceExpressStatistic extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description FaceExpressStatistic()FaceExpressStatistic(FaceExpressStatistic 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpressRatioStatistic[]getExpressRatio()Get 表情统计结果StringgetPersonId()Get 人员唯一标识符voidsetExpressRatio(ExpressRatioStatistic[] ExpressRatio)Set 表情统计结果voidsetPersonId(String PersonId)Set 人员唯一标识符voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
FaceExpressStatistic
public FaceExpressStatistic()
-
FaceExpressStatistic
public FaceExpressStatistic(FaceExpressStatistic 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.
-
-
Method Detail
-
getPersonId
public String getPersonId()
Get 人员唯一标识符- Returns:
- PersonId 人员唯一标识符
-
setPersonId
public void setPersonId(String PersonId)
Set 人员唯一标识符- Parameters:
PersonId- 人员唯一标识符
-
getExpressRatio
public ExpressRatioStatistic[] getExpressRatio()
Get 表情统计结果- Returns:
- ExpressRatio 表情统计结果
-
setExpressRatio
public void setExpressRatio(ExpressRatioStatistic[] ExpressRatio)
Set 表情统计结果- Parameters:
ExpressRatio- 表情统计结果
-
-