public class SubmitOpenClassTaskRequest extends AbstractModel
Constructor and Description |
---|
SubmitOpenClassTaskRequest() |
SubmitOpenClassTaskRequest(SubmitOpenClassTaskRequest 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 |
getFileContent()
Get 输入分析对象内容,输入数据格式参考FileType参数释义
|
String |
getFileType()
Get 输入分析对象类型,picture_url:图片地址,vod_url:视频地址,live_url:直播地址,picture: 图片二进制数据的BASE64编码
|
String[] |
getLibrarySet()
Get 查询人员库列表,可填写学生们的注册照所在人员库
|
Long |
getMaxVideoDuration()
Get 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
|
void |
setFileContent(String FileContent)
Set 输入分析对象内容,输入数据格式参考FileType参数释义
|
void |
setFileType(String FileType)
Set 输入分析对象类型,picture_url:图片地址,vod_url:视频地址,live_url:直播地址,picture: 图片二进制数据的BASE64编码
|
void |
setLibrarySet(String[] LibrarySet)
Set 查询人员库列表,可填写学生们的注册照所在人员库
|
void |
setMaxVideoDuration(Long MaxVideoDuration)
Set 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束
|
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 SubmitOpenClassTaskRequest()
public SubmitOpenClassTaskRequest(SubmitOpenClassTaskRequest source)
public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 输入分析对象内容,输入数据格式参考FileType参数释义public String getFileType()
public void setFileType(String FileType)
FileType
- 输入分析对象类型,picture_url:图片地址,vod_url:视频地址,live_url:直播地址,picture: 图片二进制数据的BASE64编码public String[] getLibrarySet()
public void setLibrarySet(String[] LibrarySet)
LibrarySet
- 查询人员库列表,可填写学生们的注册照所在人员库public Long getMaxVideoDuration()
public void setMaxVideoDuration(Long MaxVideoDuration)
MaxVideoDuration
- 视频评估时间,单位秒,点播场景默认值为2小时(无法探测长度时)或完整视频,直播场景默认值为10分钟或直播提前结束Copyright © 2021. All rights reserved.