| Package | Description |
|---|---|
| com.tencentcloudapi.vclm.v20240523.models |
| Modifier and Type | Method and Description |
|---|---|
TranslateResult[] |
DescribeVideoTranslateJobResponse.getTranslateResults()
Get 音频转译后分句翻译内容,包含分句起始时间、源识别文本以及翻译后文本。
当JobStatus为3、4时,该字段返回分句翻译数据。
|
TranslateResult[] |
ConfirmVideoTranslateJobRequest.getTranslateResults()
Get 待确认文本。
如果文本中含有数字,支持将数字配置为SSML语言
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVideoTranslateJobResponse.setTranslateResults(TranslateResult[] TranslateResults)
Set 音频转译后分句翻译内容,包含分句起始时间、源识别文本以及翻译后文本。
当JobStatus为3、4时,该字段返回分句翻译数据。
|
void |
ConfirmVideoTranslateJobRequest.setTranslateResults(TranslateResult[] TranslateResults)
Set 待确认文本。
如果文本中含有数字,支持将数字配置为SSML语言
|
| Constructor and Description |
|---|
TranslateResult(TranslateResult 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.
|
Copyright © 2024. All rights reserved.