public class SubmitImageTaskRequest extends AbstractModel
Constructor and Description |
---|
SubmitImageTaskRequest() |
SubmitImageTaskRequest(SubmitImageTaskRequest 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 |
---|---|
String |
getEventsCallBack()
Get 结果更新回调地址。
|
String |
getFileContent()
Get 输入分析对象内容,输入数据格式参考FileType参数释义
|
String |
getFileType()
Get 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
|
Long |
getFrameInterval()
Get 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
|
ImageTaskFunction |
getFunctions()
Get 任务控制选项
|
String[] |
getLibrarySet()
Get 查询人员库列表
|
LightStandard[] |
getLightStandardSet()
Get 光照标准列表
|
Long |
getMaxVideoDuration()
Get 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
|
Float |
getSimThreshold()
Get 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
|
void |
setEventsCallBack(String EventsCallBack)
Set 结果更新回调地址。
|
void |
setFileContent(String FileContent)
Set 输入分析对象内容,输入数据格式参考FileType参数释义
|
void |
setFileType(String FileType)
Set 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址
|
void |
setFrameInterval(Long FrameInterval)
Set 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。
|
void |
setFunctions(ImageTaskFunction Functions)
Set 任务控制选项
|
void |
setLibrarySet(String[] LibrarySet)
Set 查询人员库列表
|
void |
setLightStandardSet(LightStandard[] LightStandardSet)
Set 光照标准列表
|
void |
setMaxVideoDuration(Long MaxVideoDuration)
Set 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
|
void |
setSimThreshold(Float SimThreshold)
Set 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。
|
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 SubmitImageTaskRequest()
public SubmitImageTaskRequest(SubmitImageTaskRequest source)
public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 输入分析对象内容,输入数据格式参考FileType参数释义public String getFileType()
public void setFileType(String FileType)
FileType
- 输入分析对象类型,picture:二进制图片的 base64 编码字符串,picture_url:图片地址,vod_url:视频地址,live_url:直播地址public ImageTaskFunction getFunctions()
public void setFunctions(ImageTaskFunction Functions)
Functions
- 任务控制选项public LightStandard[] getLightStandardSet()
public void setLightStandardSet(LightStandard[] LightStandardSet)
LightStandardSet
- 光照标准列表public String getEventsCallBack()
public void setEventsCallBack(String EventsCallBack)
EventsCallBack
- 结果更新回调地址。public Long getFrameInterval()
public void setFrameInterval(Long FrameInterval)
FrameInterval
- 抽帧的时间间隔,单位毫秒,默认值1000,保留字段,当前不支持填写。public String[] getLibrarySet()
public void setLibrarySet(String[] LibrarySet)
LibrarySet
- 查询人员库列表public Long getMaxVideoDuration()
public void setMaxVideoDuration(Long MaxVideoDuration)
MaxVideoDuration
- 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束public Float getSimThreshold()
public void setSimThreshold(Float SimThreshold)
SimThreshold
- 人脸识别中的相似度阈值,默认值为0.89,保留字段,当前不支持填写。Copyright © 2021. All rights reserved.