Class AsrFullTextConfigureInfoForUpdate
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AsrFullTextConfigureInfoForUpdate
-
public class AsrFullTextConfigureInfoForUpdate extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AsrFullTextConfigureInfoForUpdate()AsrFullTextConfigureInfoForUpdate(AsrFullTextConfigureInfoForUpdate 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 StringgetSourceLanguage()Get 视频源语言。StringgetSubtitleFormat()Get 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值: vtt:生成 WebVTT 字幕文件。StringgetSwitch()Get 语音全文识别任务开关,可选值: ON:开启智能语音全文识别任务; OFF:关闭智能语音全文识别任务。voidsetSourceLanguage(String SourceLanguage)Set 视频源语言。voidsetSubtitleFormat(String SubtitleFormat)Set 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值: vtt:生成 WebVTT 字幕文件。voidsetSwitch(String Switch)Set 语音全文识别任务开关,可选值: ON:开启智能语音全文识别任务; OFF:关闭智能语音全文识别任务。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
-
AsrFullTextConfigureInfoForUpdate
public AsrFullTextConfigureInfoForUpdate()
-
AsrFullTextConfigureInfoForUpdate
public AsrFullTextConfigureInfoForUpdate(AsrFullTextConfigureInfoForUpdate 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
-
getSwitch
public String getSwitch()
Get 语音全文识别任务开关,可选值:- ON:开启智能语音全文识别任务;
- OFF:关闭智能语音全文识别任务。
- Returns:
- Switch 语音全文识别任务开关,可选值:
- ON:开启智能语音全文识别任务;
- OFF:关闭智能语音全文识别任务。
-
setSwitch
public void setSwitch(String Switch)
Set 语音全文识别任务开关,可选值:- ON:开启智能语音全文识别任务;
- OFF:关闭智能语音全文识别任务。
- Parameters:
Switch- 语音全文识别任务开关,可选值:- ON:开启智能语音全文识别任务;
- OFF:关闭智能语音全文识别任务。
-
getSubtitleFormat
public String getSubtitleFormat()
Get 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:- vtt:生成 WebVTT 字幕文件。
- Returns:
- SubtitleFormat 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:
- vtt:生成 WebVTT 字幕文件。
-
setSubtitleFormat
public void setSubtitleFormat(String SubtitleFormat)
Set 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:- vtt:生成 WebVTT 字幕文件。
- Parameters:
SubtitleFormat- 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:- vtt:生成 WebVTT 字幕文件。
-
getSourceLanguage
public String getSourceLanguage()
Get 视频源语言。- Returns:
- SourceLanguage 视频源语言。
-
setSourceLanguage
public void setSourceLanguage(String SourceLanguage)
Set 视频源语言。- Parameters:
SourceLanguage- 视频源语言。
-
-