public class ScheduleSmartSubtitleTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
ScheduleSmartSubtitleTaskResult() |
ScheduleSmartSubtitleTaskResult(ScheduleSmartSubtitleTaskResult 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 |
getBeginProcessTime()
Get Task execution start time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
Long |
getErrCode()
Get Error code.
|
String |
getErrCodeExt()
Get Error code.
|
String |
getFinishTime()
Get Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
SmartSubtitlesTaskInput |
getInput()
Get Recognition task input.
|
String |
getMessage()
Get Error message.
|
SmartSubtitlesResult[] |
getOutput()
Get Recognition task output.
|
String |
getStatus()
Get Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
setBeginProcessTime(String BeginProcessTime)
Set Task execution start time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setFinishTime(String FinishTime)
Set Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
|
void |
setInput(SmartSubtitlesTaskInput Input)
Set Recognition task input.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(SmartSubtitlesResult[] Output)
Set Recognition task output.
|
void |
setStatus(String Status)
Set Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScheduleSmartSubtitleTaskResult()
public ScheduleSmartSubtitleTaskResult(ScheduleSmartSubtitleTaskResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status, including PROCESSING, SUCCESS, and FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates that the task is successful, and other values indicate that the task has failed. For specific values, see [Error Codes] (https://intl.cloud.tencent.com/document/product/862/50369?from_cn_redirect=1#.E8.A7.86.E9.A2.91.E5.A4.84.E7.90.86.E7.B1.BB.E9.94.99.E8.AF.AF.E7.A0.81).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0 indicates that the task is successful, and other values indicate that the task has failed. (This field is not recommended. Use the new error code field ErrCodeExt instead.)public String getMessage()
public void setMessage(String Message)
Message
- Error message.public SmartSubtitlesTaskInput getInput()
public void setInput(SmartSubtitlesTaskInput Input)
Input
- Recognition task input.
Note: This field may return null, indicating that no valid value can be obtained.public SmartSubtitlesResult[] getOutput()
public void setOutput(SmartSubtitlesResult[] Output)
Output
- Recognition task output.
Note: This field may return null, indicating that no valid value can be obtained.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime
- Task execution start time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return null, indicating that no valid value can be obtained.public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- Task execution completion time in [ISO datetime format](https://intl.cloud.tencent.com/document/product/862/37710?from_cn_redirect=1#52).
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.