public class SubtitleRec extends AbstractModel
Constructor and Description |
---|
SubtitleRec() |
SubtitleRec(SubtitleRec 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 |
getAsrDst()
Get 语音识别:
zh:中文
en:英文
|
String |
getTransDst()
Get 翻译识别:
zh:中文
en:英文
|
void |
setAsrDst(String AsrDst)
Set 语音识别:
zh:中文
en:英文
|
void |
setTransDst(String TransDst)
Set 翻译识别:
zh:中文
en:英文
|
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 SubtitleRec()
public SubtitleRec(SubtitleRec source)
public String getAsrDst()
public void setAsrDst(String AsrDst)
AsrDst
- 语音识别:
zh:中文
en:英文public String getTransDst()
public void setTransDst(String TransDst)
TransDst
- 翻译识别:
zh:中文
en:英文Copyright © 2022. All rights reserved.