public class TranslateConfigureInfoForUpdate extends AbstractModel
Constructor and Description |
---|
TranslateConfigureInfoForUpdate() |
TranslateConfigureInfoForUpdate(TranslateConfigureInfoForUpdate 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 |
getDestinationLanguage()
Get 翻译目标语言。
|
String |
getSourceLanguage()
Get 视频源语言。
|
String |
getSwitch()
Get 语音翻译任务开关,可选值:
ON:开启智能语音翻译任务;
OFF:关闭智能语音翻译任务。
|
void |
setDestinationLanguage(String DestinationLanguage)
Set 翻译目标语言。
|
void |
setSourceLanguage(String SourceLanguage)
Set 视频源语言。
|
void |
setSwitch(String Switch)
Set 语音翻译任务开关,可选值:
ON:开启智能语音翻译任务;
OFF:关闭智能语音翻译任务。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TranslateConfigureInfoForUpdate()
public TranslateConfigureInfoForUpdate(TranslateConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 语音翻译任务开关,可选值:
public String getSourceLanguage()
public void setSourceLanguage(String SourceLanguage)
SourceLanguage
- 视频源语言。public String getDestinationLanguage()
public void setDestinationLanguage(String DestinationLanguage)
DestinationLanguage
- 翻译目标语言。Copyright © 2023. All rights reserved.