Uses of Class
com.tencentcloudapi.gme.v20180711.models.Task
-
Packages that use Task Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of Task in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return Task Modifier and Type Method Description Task[]
ScanVoiceRequest. getTasks()
Get 语音检测任务列表,列表最多支持100个检测任务。结构体中包含: DataId:数据的唯一ID Url:数据文件的url,为 urlencode 编码,流式则为拉流地址Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type Task Modifier and Type Method Description void
ScanVoiceRequest. setTasks(Task[] Tasks)
Set 语音检测任务列表,列表最多支持100个检测任务。结构体中包含: DataId:数据的唯一ID Url:数据文件的url,为 urlencode 编码,流式则为拉流地址Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type Task Constructor Description Task(Task 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.
-