public class TranslateConfigureInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TranslateConfigureInfo() |
TranslateConfigureInfo(TranslateConfigureInfo 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TranslateConfigureInfo()
public TranslateConfigureInfo(TranslateConfigureInfo 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 © 2024. All rights reserved.