public class CreateAsrHotwordsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateAsrHotwordsRequest() | 
| CreateAsrHotwordsRequest(CreateAsrHotwordsRequest 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 热词库文本,Type为 0 必选 | 
| String | getFileContent()Get 热词库文件的 base64 的内容,Type 为 1 必选 | 
| String | getFileName()Get 上传的文件名 | 
| String | getName()Get 热词库名称 | 
| Long | getType()Get 0 临时热词 1 文件热词 | 
| void | setContent(String Content)Set 热词库文本,Type为 0 必选 | 
| void | setFileContent(String FileContent)Set 热词库文件的 base64 的内容,Type 为 1 必选 | 
| void | setFileName(String FileName)Set 上传的文件名 | 
| void | setName(String Name)Set 热词库名称 | 
| void | setType(Long Type)Set 0 临时热词 1 文件热词 | 
| 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 CreateAsrHotwordsRequest()
public CreateAsrHotwordsRequest(CreateAsrHotwordsRequest source)
public Long getType()
public void setType(Long Type)
Type - 0 临时热词 1 文件热词public String getName()
public void setName(String Name)
Name - 热词库名称public String getContent()
public void setContent(String Content)
Content - 热词库文本,Type为 0 必选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.