Class SubmitCheckAttendanceTaskPlusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.SubmitCheckAttendanceTaskPlusRequest
-
public class SubmitCheckAttendanceTaskPlusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SubmitCheckAttendanceTaskPlusRequest()SubmitCheckAttendanceTaskPlusRequest(SubmitCheckAttendanceTaskPlusRequest 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 FloatgetAttendanceThreshold()Get 确定出勤阈值;默认为0.92BooleangetEnableStranger()Get 是否开启陌生人模式,陌生人模式是指在任务中发现的非注册人脸库中的人脸也返回相关统计信息,默认不开启LonggetEndTime()Get 考勤结束时间(到视频的第几秒结束考勤),单位秒;默认为900 对于直播场景,使用绝对时间戳,单位秒,默认当前时间往后12小时String[]getFileContent()Get 输入数据StringgetFileType()Get 视频流类型,vod_url表示点播URL,live_url表示直播URL,默认vod_urlString[]getLibraryIds()Get 人员库 ID列表StringgetNoticeUrl()Get 通知回调地址,要求方法为post,application/json格式LonggetStartTime()Get 考勤开始时间(从视频的第几秒开始考勤),单位秒;默认为0 对于直播场景,使用绝对时间戳,单位秒,默认当前时间FloatgetThreshold()Get 识别阈值;默认为0.8voidsetAttendanceThreshold(Float AttendanceThreshold)Set 确定出勤阈值;默认为0.92voidsetEnableStranger(Boolean EnableStranger)Set 是否开启陌生人模式,陌生人模式是指在任务中发现的非注册人脸库中的人脸也返回相关统计信息,默认不开启voidsetEndTime(Long EndTime)Set 考勤结束时间(到视频的第几秒结束考勤),单位秒;默认为900 对于直播场景,使用绝对时间戳,单位秒,默认当前时间往后12小时voidsetFileContent(String[] FileContent)Set 输入数据voidsetFileType(String FileType)Set 视频流类型,vod_url表示点播URL,live_url表示直播URL,默认vod_urlvoidsetLibraryIds(String[] LibraryIds)Set 人员库 ID列表voidsetNoticeUrl(String NoticeUrl)Set 通知回调地址,要求方法为post,application/json格式voidsetStartTime(Long StartTime)Set 考勤开始时间(从视频的第几秒开始考勤),单位秒;默认为0 对于直播场景,使用绝对时间戳,单位秒,默认当前时间voidsetThreshold(Float Threshold)Set 识别阈值;默认为0.8voidtoMap(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
-
SubmitCheckAttendanceTaskPlusRequest
public SubmitCheckAttendanceTaskPlusRequest()
-
SubmitCheckAttendanceTaskPlusRequest
public SubmitCheckAttendanceTaskPlusRequest(SubmitCheckAttendanceTaskPlusRequest 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
-
getFileContent
public String[] getFileContent()
Get 输入数据- Returns:
- FileContent 输入数据
-
setFileContent
public void setFileContent(String[] FileContent)
Set 输入数据- Parameters:
FileContent- 输入数据
-
getFileType
public String getFileType()
Get 视频流类型,vod_url表示点播URL,live_url表示直播URL,默认vod_url- Returns:
- FileType 视频流类型,vod_url表示点播URL,live_url表示直播URL,默认vod_url
-
setFileType
public void setFileType(String FileType)
Set 视频流类型,vod_url表示点播URL,live_url表示直播URL,默认vod_url- Parameters:
FileType- 视频流类型,vod_url表示点播URL,live_url表示直播URL,默认vod_url
-
getLibraryIds
public String[] getLibraryIds()
Get 人员库 ID列表- Returns:
- LibraryIds 人员库 ID列表
-
setLibraryIds
public void setLibraryIds(String[] LibraryIds)
Set 人员库 ID列表- Parameters:
LibraryIds- 人员库 ID列表
-
getAttendanceThreshold
public Float getAttendanceThreshold()
Get 确定出勤阈值;默认为0.92- Returns:
- AttendanceThreshold 确定出勤阈值;默认为0.92
-
setAttendanceThreshold
public void setAttendanceThreshold(Float AttendanceThreshold)
Set 确定出勤阈值;默认为0.92- Parameters:
AttendanceThreshold- 确定出勤阈值;默认为0.92
-
getEnableStranger
public Boolean getEnableStranger()
Get 是否开启陌生人模式,陌生人模式是指在任务中发现的非注册人脸库中的人脸也返回相关统计信息,默认不开启- Returns:
- EnableStranger 是否开启陌生人模式,陌生人模式是指在任务中发现的非注册人脸库中的人脸也返回相关统计信息,默认不开启
-
setEnableStranger
public void setEnableStranger(Boolean EnableStranger)
Set 是否开启陌生人模式,陌生人模式是指在任务中发现的非注册人脸库中的人脸也返回相关统计信息,默认不开启- Parameters:
EnableStranger- 是否开启陌生人模式,陌生人模式是指在任务中发现的非注册人脸库中的人脸也返回相关统计信息,默认不开启
-
getEndTime
public Long getEndTime()
Get 考勤结束时间(到视频的第几秒结束考勤),单位秒;默认为900 对于直播场景,使用绝对时间戳,单位秒,默认当前时间往后12小时- Returns:
- EndTime 考勤结束时间(到视频的第几秒结束考勤),单位秒;默认为900 对于直播场景,使用绝对时间戳,单位秒,默认当前时间往后12小时
-
setEndTime
public void setEndTime(Long EndTime)
Set 考勤结束时间(到视频的第几秒结束考勤),单位秒;默认为900 对于直播场景,使用绝对时间戳,单位秒,默认当前时间往后12小时- Parameters:
EndTime- 考勤结束时间(到视频的第几秒结束考勤),单位秒;默认为900 对于直播场景,使用绝对时间戳,单位秒,默认当前时间往后12小时
-
getNoticeUrl
public String getNoticeUrl()
Get 通知回调地址,要求方法为post,application/json格式- Returns:
- NoticeUrl 通知回调地址,要求方法为post,application/json格式
-
setNoticeUrl
public void setNoticeUrl(String NoticeUrl)
Set 通知回调地址,要求方法为post,application/json格式- Parameters:
NoticeUrl- 通知回调地址,要求方法为post,application/json格式
-
getStartTime
public Long getStartTime()
Get 考勤开始时间(从视频的第几秒开始考勤),单位秒;默认为0 对于直播场景,使用绝对时间戳,单位秒,默认当前时间- Returns:
- StartTime 考勤开始时间(从视频的第几秒开始考勤),单位秒;默认为0 对于直播场景,使用绝对时间戳,单位秒,默认当前时间
-
setStartTime
public void setStartTime(Long StartTime)
Set 考勤开始时间(从视频的第几秒开始考勤),单位秒;默认为0 对于直播场景,使用绝对时间戳,单位秒,默认当前时间- Parameters:
StartTime- 考勤开始时间(从视频的第几秒开始考勤),单位秒;默认为0 对于直播场景,使用绝对时间戳,单位秒,默认当前时间
-
getThreshold
public Float getThreshold()
Get 识别阈值;默认为0.8- Returns:
- Threshold 识别阈值;默认为0.8
-
setThreshold
public void setThreshold(Float Threshold)
Set 识别阈值;默认为0.8- Parameters:
Threshold- 识别阈值;默认为0.8
-
-