Class SubtitleRec
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ie.v20200304.models.SubtitleRec
-
public class SubtitleRec extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAsrDst()Get 语音识别: zh:中文 en:英文StringgetTransDst()Get 翻译识别: zh:中文 en:英文voidsetAsrDst(String AsrDst)Set 语音识别: zh:中文 en:英文voidsetTransDst(String TransDst)Set 翻译识别: zh:中文 en:英文voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SubtitleRec
public SubtitleRec()
-
SubtitleRec
public 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.
-
-
Method Detail
-
getAsrDst
public String getAsrDst()
Get 语音识别: zh:中文 en:英文- Returns:
- AsrDst 语音识别: zh:中文 en:英文
-
setAsrDst
public void setAsrDst(String AsrDst)
Set 语音识别: zh:中文 en:英文- Parameters:
AsrDst- 语音识别: zh:中文 en:英文
-
getTransDst
public String getTransDst()
Get 翻译识别: zh:中文 en:英文- Returns:
- TransDst 翻译识别: zh:中文 en:英文
-
setTransDst
public void setTransDst(String TransDst)
Set 翻译识别: zh:中文 en:英文- Parameters:
TransDst- 翻译识别: zh:中文 en:英文
-
-