public class FaceExpressStatistic extends AbstractModel
Constructor and Description |
---|
FaceExpressStatistic() |
Modifier and Type | Method and Description |
---|---|
ExpressRatioStatistic[] |
getExpressRatio()
获取表情统计结果
|
String |
getPersonId()
获取人员唯一标识符
|
void |
setExpressRatio(ExpressRatioStatistic[] ExpressRatio)
设置表情统计结果
|
void |
setPersonId(String PersonId)
设置人员唯一标识符
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 人员唯一标识符public ExpressRatioStatistic[] getExpressRatio()
public void setExpressRatio(ExpressRatioStatistic[] ExpressRatio)
ExpressRatio
- 表情统计结果Copyright © 2019. All rights reserved.