Class Task
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.asr.v20190614.models.Task
-
public class Task extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getTaskId()
Get 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64void
setTaskId(Long TaskId)
Set 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64void
toMap(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
-
Task
public Task()
-
Task
public 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.
-
-
Method Detail
-
getTaskId
public Long getTaskId()
Get 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64- Returns:
- TaskId 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64- Parameters:
TaskId
- 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64
-
-