public class FaceExpressStatistic extends AbstractModel
| Constructor and Description |
|---|
FaceExpressStatistic() |
| Modifier and Type | Method and Description |
|---|---|
ExpressRatioStatistic[] |
getExpressRatio()
Get 表情统计结果
|
String |
getPersonId()
Get 人员唯一标识符
|
void |
setExpressRatio(ExpressRatioStatistic[] ExpressRatio)
Set 表情统计结果
|
void |
setPersonId(String PersonId)
Set 人员唯一标识符
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getPersonId()
public void setPersonId(String PersonId)
PersonId - 人员唯一标识符public ExpressRatioStatistic[] getExpressRatio()
public void setExpressRatio(ExpressRatioStatistic[] ExpressRatio)
ExpressRatio - 表情统计结果Copyright © 2020. All rights reserved.