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 Media source language value range: zh: Mandarin en: English ja: Japanese zh-ca: Cantonese
|
String |
getSubtitleFormat()
Get The format of the subtitle file generated.
|
SubtitleFormatsOperation |
getSubtitleFormatsOperation()
Get The modification information of the subtitle format list.
|
String |
getSubtitleName()
Get Specify subtitle name, length limit: 64 characters.
|
String |
getSwitch()
Get Switch of full speech recognition task.
|
void |
setSrcLanguage(String SrcLanguage)
Set Media source language value range: zh: Mandarin en: English ja: Japanese zh-ca: Cantonese
|
void |
setSubtitleFormat(String SubtitleFormat)
Set The format of the subtitle file generated.
|
void |
setSubtitleFormatsOperation(SubtitleFormatsOperation SubtitleFormatsOperation)
Set The modification information of the subtitle format list.
|
void |
setSubtitleName(String SubtitleName)
Set Specify subtitle name, length limit: 64 characters.
|
void |
setSwitch(String Switch)
Set Switch of full speech recognition task.
|
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, toJsonStringpublic AsrFullTextConfigureInfoForUpdate()
public AsrFullTextConfigureInfoForUpdate(AsrFullTextConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - Switch of full speech recognition task. Valid values:
public SubtitleFormatsOperation getSubtitleFormatsOperation()
public void setSubtitleFormatsOperation(SubtitleFormatsOperation SubtitleFormatsOperation)
SubtitleFormatsOperation - The modification information of the subtitle format list.public String getSubtitleFormat()
public void setSubtitleFormat(String SubtitleFormat)
SubtitleFormat - The format of the subtitle file generated. If you pass in an empty string, no subtitle files will be generated. Valid values:
public String getSrcLanguage()
public void setSrcLanguage(String SrcLanguage)
SrcLanguage - Media source language value range: public String getSubtitleName()
public void setSubtitleName(String SubtitleName)
SubtitleName - Specify subtitle name, length limit: 64 characters. This value will be used for player display.Copyright © 2025. All rights reserved.