public class DescribeAsrHotwordsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAsrHotwordsRequest() |
DescribeAsrHotwordsRequest(DescribeAsrHotwordsRequest 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 |
getHotwordsId()
Get 需要查询的热词库 id
注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**
|
Long |
getLimit()
Get 返回记录条数,默认值:10,最大值:100。
|
String |
getName()
Get 热词库名称,
注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**
|
Long |
getOffset()
Get 分页偏移量,默认值:0。
|
String |
getOrderBy()
Get 热词排序字段,目前可选值为
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
|
Long |
getOrderType()
Get 热词排序顺序 0:升序(默认) 1:降序
|
void |
setHotwordsId(String HotwordsId)
Set 需要查询的热词库 id
注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**
|
void |
setLimit(Long Limit)
Set 返回记录条数,默认值:10,最大值:100。
|
void |
setName(String Name)
Set 热词库名称,
注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**
|
void |
setOffset(Long Offset)
Set 分页偏移量,默认值:0。
|
void |
setOrderBy(String OrderBy)
Set 热词排序字段,目前可选值为
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序
|
void |
setOrderType(Long OrderType)
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, toJsonString
public DescribeAsrHotwordsRequest()
public DescribeAsrHotwordsRequest(DescribeAsrHotwordsRequest source)
public String getHotwordsId()
public void setHotwordsId(String HotwordsId)
HotwordsId
- 需要查询的热词库 id
注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**public String getName()
public void setName(String Name)
Name
- 热词库名称,
注意:HotwordsId 与 Name 必须选择填写一个,如果同时填写,HotwordsId 优先级高于 Name**public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回记录条数,默认值:10,最大值:100。public String getOrderBy()
public void setOrderBy(String OrderBy)
OrderBy
- 热词排序字段,目前可选值为
- Default:默认文件中的顺序
- Weight:权重排序
- Lexical:热词文本排序public Long getOrderType()
public void setOrderType(Long OrderType)
OrderType
- 热词排序顺序 0:升序(默认) 1:降序Copyright © 2025. All rights reserved.