public class SmartSubtitleTaskBatchOutput extends AbstractModel
header, skipSign
Constructor and Description |
---|
SmartSubtitleTaskBatchOutput() |
SmartSubtitleTaskBatchOutput(SmartSubtitleTaskBatchOutput 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 |
---|---|
SmartSubtitleTaskAsrFullTextResultOutput |
getAsrFullTextTask()
Get Output information on the full speech recognition task.
|
String |
getErrCodeExt()
Get Error code.
|
String |
getMessage()
Get Error message.
|
Long |
getProgress()
Get Task progress.
|
String |
getStatus()
Get Task status, including PROCESSING, SUCCESS, and FAIL.
|
SmartSubtitleTaskTransTextResultOutput |
getTransTextTask()
Get Translation task output information.
|
void |
setAsrFullTextTask(SmartSubtitleTaskAsrFullTextResultOutput AsrFullTextTask)
Set Output information on the full speech recognition task.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setProgress(Long Progress)
Set Task progress.
|
void |
setStatus(String Status)
Set Task status, including PROCESSING, SUCCESS, and FAIL.
|
void |
setTransTextTask(SmartSubtitleTaskTransTextResultOutput TransTextTask)
Set Translation task output information.
|
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, toJsonString
public SmartSubtitleTaskBatchOutput()
public SmartSubtitleTaskBatchOutput(SmartSubtitleTaskBatchOutput source)
public Long getProgress()
public void setProgress(Long Progress)
Progress
- Task progress.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 String getMessage()
public void setMessage(String Message)
Message
- Error message.public SmartSubtitleTaskTransTextResultOutput getTransTextTask()
public void setTransTextTask(SmartSubtitleTaskTransTextResultOutput TransTextTask)
TransTextTask
- Translation task output information.
Note: This field may return null, indicating that no valid value can be obtained.public SmartSubtitleTaskAsrFullTextResultOutput getAsrFullTextTask()
public void setAsrFullTextTask(SmartSubtitleTaskAsrFullTextResultOutput AsrFullTextTask)
AsrFullTextTask
- Output information on the full speech recognition task.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.