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 |
getSrcLanguage()
Get 媒体源语言,取值范围:
zh:中文普通话;
en:英语;
ja:日语;
zh-ca:粤语。
|
String |
getSubtitleFormat()
Deprecated.
|
SubtitleFormatsOperation |
getSubtitleFormatsOperation()
Get 字幕格式列表操作信息。
|
String |
getSubtitleName()
Get 指定字幕名称,长度限制:64 个字符。该值将用于播放器展示。
|
String |
getSwitch()
Get 语音全文识别任务开关,可选值:
ON:开启智能语音全文识别任务;
OFF:关闭智能语音全文识别任务。
|
void |
setSrcLanguage(String SrcLanguage)
Set 媒体源语言,取值范围:
zh:中文普通话;
en:英语;
ja:日语;
zh-ca:粤语。
|
void |
setSubtitleFormat(String SubtitleFormat)
Deprecated.
|
void |
setSubtitleFormatsOperation(SubtitleFormatsOperation SubtitleFormatsOperation)
Set 字幕格式列表操作信息。
|
void |
setSubtitleName(String SubtitleName)
Set 指定字幕名称,长度限制:64 个字符。该值将用于播放器展示。
|
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 AsrFullTextConfigureInfoForUpdate()
public AsrFullTextConfigureInfoForUpdate(AsrFullTextConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- 语音全文识别任务开关,可选值:
public SubtitleFormatsOperation getSubtitleFormatsOperation()
public void setSubtitleFormatsOperation(SubtitleFormatsOperation SubtitleFormatsOperation)
SubtitleFormatsOperation
- 字幕格式列表操作信息。@Deprecated public String getSubtitleFormat()
@Deprecated public void setSubtitleFormat(String SubtitleFormat)
SubtitleFormat
- 生成的字幕文件格式,填空字符串表示不生成字幕文件,可选值:
public String getSrcLanguage()
public void setSrcLanguage(String SrcLanguage)
SrcLanguage
- 媒体源语言,取值范围:
public String getSubtitleName()
public void setSubtitleName(String SubtitleName)
SubtitleName
- 指定字幕名称,长度限制:64 个字符。该值将用于播放器展示。Copyright © 2025. All rights reserved.