Class SubmitImageTaskPlusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tci.v20190318.models.SubmitImageTaskPlusRequest
-
public class SubmitImageTaskPlusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SubmitImageTaskPlusRequest()SubmitImageTaskPlusRequest(SubmitImageTaskPlusRequest 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 String[]getFileContent()Get 输入分析对象内容,输入数据格式参考FileType参数释义StringgetFileType()Get 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址LonggetFrameInterval()Get 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。ImageTaskFunctiongetFunctions()Get 任务控制选项String[]getLibrarySet()Get 查询人员库列表LightStandard[]getLightStandardSet()Get 光照标准列表LonggetMaxVideoDuration()Get 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束FloatgetSimThreshold()Get 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。voidsetFileContent(String[] FileContent)Set 输入分析对象内容,输入数据格式参考FileType参数释义voidsetFileType(String FileType)Set 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址voidsetFrameInterval(Long FrameInterval)Set 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。voidsetFunctions(ImageTaskFunction Functions)Set 任务控制选项voidsetLibrarySet(String[] LibrarySet)Set 查询人员库列表voidsetLightStandardSet(LightStandard[] LightStandardSet)Set 光照标准列表voidsetMaxVideoDuration(Long MaxVideoDuration)Set 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束voidsetSimThreshold(Float SimThreshold)Set 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。voidtoMap(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
-
SubmitImageTaskPlusRequest
public SubmitImageTaskPlusRequest()
-
SubmitImageTaskPlusRequest
public SubmitImageTaskPlusRequest(SubmitImageTaskPlusRequest 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 输入分析对象内容,输入数据格式参考FileType参数释义- Returns:
- FileContent 输入分析对象内容,输入数据格式参考FileType参数释义
-
setFileContent
public void setFileContent(String[] FileContent)
Set 输入分析对象内容,输入数据格式参考FileType参数释义- Parameters:
FileContent- 输入分析对象内容,输入数据格式参考FileType参数释义
-
getFileType
public String getFileType()
Get 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址- Returns:
- FileType 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
-
setFileType
public void setFileType(String FileType)
Set 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址- Parameters:
FileType- 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
-
getFunctions
public ImageTaskFunction getFunctions()
Get 任务控制选项- Returns:
- Functions 任务控制选项
-
setFunctions
public void setFunctions(ImageTaskFunction Functions)
Set 任务控制选项- Parameters:
Functions- 任务控制选项
-
getLightStandardSet
public LightStandard[] getLightStandardSet()
Get 光照标准列表- Returns:
- LightStandardSet 光照标准列表
-
setLightStandardSet
public void setLightStandardSet(LightStandard[] LightStandardSet)
Set 光照标准列表- Parameters:
LightStandardSet- 光照标准列表
-
getFrameInterval
public Long getFrameInterval()
Get 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。- Returns:
- FrameInterval 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
-
setFrameInterval
public void setFrameInterval(Long FrameInterval)
Set 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。- Parameters:
FrameInterval- 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
-
getLibrarySet
public String[] getLibrarySet()
Get 查询人员库列表- Returns:
- LibrarySet 查询人员库列表
-
setLibrarySet
public void setLibrarySet(String[] LibrarySet)
Set 查询人员库列表- Parameters:
LibrarySet- 查询人员库列表
-
getMaxVideoDuration
public Long getMaxVideoDuration()
Get 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束- Returns:
- MaxVideoDuration 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
-
setMaxVideoDuration
public void setMaxVideoDuration(Long MaxVideoDuration)
Set 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束- Parameters:
MaxVideoDuration- 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
-
getSimThreshold
public Float getSimThreshold()
Get 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。- Returns:
- SimThreshold 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
-
setSimThreshold
public void setSimThreshold(Float SimThreshold)
Set 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。- Parameters:
SimThreshold- 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
-
-