public class Task extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Task()  | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getTaskId()
Get Task ID. 
 | 
void | 
setTaskId(Long TaskId)
Set Task ID. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Task()
public Task(Task source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - Task ID. This ID can be used to obtain the recognition status and results through polling. The data type of TaskId is ** uint64 **.
 Note: The task ID is valid for 24 hours, and duplicate task IDs of different dates may exist. Do not use task ID as the unique ID in your business system. **Copyright © 2025. All rights reserved.