public class AsrFullTextConfigureInfoForUpdate extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getSourceLanguage()
Get 视频源语言。
|
String |
getSubtitleFormat()
Get 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:
vtt:生成 WebVTT 字幕文件。
|
String |
getSwitch()
Get 语音全文识别任务开关,可选值:
ON:开启智能语音全文识别任务;
OFF:关闭智能语音全文识别任务。
|
void |
setSourceLanguage(String SourceLanguage)
Set 视频源语言。
|
void |
setSubtitleFormat(String SubtitleFormat)
Set 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:
vtt:生成 WebVTT 字幕文件。
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AsrFullTextConfigureInfoForUpdate()
public AsrFullTextConfigureInfoForUpdate(AsrFullTextConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 语音全文识别任务开关,可选值:
public String getSubtitleFormat()
public void setSubtitleFormat(String SubtitleFormat)
SubtitleFormat
- 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:
public String getSourceLanguage()
public void setSourceLanguage(String SourceLanguage)
SourceLanguage
- 视频源语言。Copyright © 2024. All rights reserved.