public class ModifyAsrHotwordsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAsrHotwordsRequest() |
ModifyAsrHotwordsRequest(ModifyAsrHotwordsRequest 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 |
getContent()
Get 热词库文本
|
String |
getFileContent()
Get 热词库文件的 base64 的内容,Type 为 1 必选
|
String |
getFileName()
Get 热词文件上传时的文件名
|
String |
getHotwordsId()
Get 热词库 id
如果热词库是临时热词:Name 和 Content 至少填一个
如果热词库是文件热词:Name、FileContent 和 FileName 至少填一个
|
String |
getName()
Get 热词库名称
|
void |
setContent(String Content)
Set 热词库文本
|
void |
setFileContent(String FileContent)
Set 热词库文件的 base64 的内容,Type 为 1 必选
|
void |
setFileName(String FileName)
Set 热词文件上传时的文件名
|
void |
setHotwordsId(String HotwordsId)
Set 热词库 id
如果热词库是临时热词:Name 和 Content 至少填一个
如果热词库是文件热词:Name、FileContent 和 FileName 至少填一个
|
void |
setName(String Name)
Set 热词库名称
|
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 ModifyAsrHotwordsRequest()
public ModifyAsrHotwordsRequest(ModifyAsrHotwordsRequest source)
public String getHotwordsId()
public void setHotwordsId(String HotwordsId)
HotwordsId
- 热词库 id
如果热词库是临时热词:Name 和 Content 至少填一个
如果热词库是文件热词:Name、FileContent 和 FileName 至少填一个public String getName()
public void setName(String Name)
Name
- 热词库名称public String getContent()
public void setContent(String Content)
Content
- 热词库文本public String getFileContent()
public void setFileContent(String FileContent)
FileContent
- 热词库文件的 base64 的内容,Type 为 1 必选public String getFileName()
public void setFileName(String FileName)
FileName
- 热词文件上传时的文件名Copyright © 2025. All rights reserved.