public class FaceExpressStatistic extends AbstractModel
Constructor and 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.
|
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, toJsonString
public FaceExpressStatistic()
public FaceExpressStatistic(FaceExpressStatistic source)
public String getPersonId()
public void setPersonId(String PersonId)
PersonId
- 人员唯一标识符public ExpressRatioStatistic[] getExpressRatio()
public void setExpressRatio(ExpressRatioStatistic[] ExpressRatio)
ExpressRatio
- 表情统计结果Copyright © 2021. All rights reserved.