Class AttendanceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.AttendanceInfo
-
public class AttendanceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AttendanceInfo()AttendanceInfo(AttendanceInfo 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 FrameInfogetFace()Get 识别到的人员信息StringgetPersonId()Get 识别到的人员idvoidsetFace(FrameInfo Face)Set 识别到的人员信息voidsetPersonId(String PersonId)Set 识别到的人员idvoidtoMap(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
-
AttendanceInfo
public AttendanceInfo()
-
AttendanceInfo
public AttendanceInfo(AttendanceInfo 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
-
getFace
public FrameInfo getFace()
Get 识别到的人员信息- Returns:
- Face 识别到的人员信息
-
setFace
public void setFace(FrameInfo Face)
Set 识别到的人员信息- Parameters:
Face- 识别到的人员信息
-
getPersonId
public String getPersonId()
Get 识别到的人员id- Returns:
- PersonId 识别到的人员id
-
setPersonId
public void setPersonId(String PersonId)
Set 识别到的人员id- Parameters:
PersonId- 识别到的人员id
-
-