Uses of Class
com.tencentcloudapi.asr.v20190614.models.Task
-
Packages that use Task Package Description com.tencentcloudapi.asr.v20190614.models -
-
Uses of Task in com.tencentcloudapi.asr.v20190614.models
Methods in com.tencentcloudapi.asr.v20190614.models that return Task Modifier and Type Method Description TaskCreateAsyncRecognitionTaskResponse. getData()Get 请求返回结果,包含本次的任务ID(TaskId)TaskCreateRecTaskResponse. getData()Get 录音文件识别的请求返回结果,包含结果查询需要的TaskIdMethods in com.tencentcloudapi.asr.v20190614.models with parameters of type Task Modifier and Type Method Description voidCreateAsyncRecognitionTaskResponse. setData(Task Data)Set 请求返回结果,包含本次的任务ID(TaskId)voidCreateRecTaskResponse. setData(Task Data)Set 录音文件识别的请求返回结果,包含结果查询需要的TaskIdConstructors in com.tencentcloudapi.asr.v20190614.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.
-