public class AsrHotwordsSetItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
AsrHotwordsSetItem() |
AsrHotwordsSetItem(AsrHotwordsSetItem 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 |
---|---|
Long |
getId()
Get Hotword ID.
|
String |
getText()
Get Hotword text.
|
Long |
getWeight()
Get Hotword weight.
|
void |
setId(Long Id)
Set Hotword ID.
|
void |
setText(String Text)
Set Hotword text.
|
void |
setWeight(Long Weight)
Set Hotword weight.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AsrHotwordsSetItem()
public AsrHotwordsSetItem(AsrHotwordsSetItem source)
public Long getId()
public void setId(Long Id)
Id
- Hotword ID.
Note: This field may return null, indicating that no valid value can be obtained.public String getText()
public void setText(String Text)
Text
- Hotword text.
Note: This field may return null, indicating that no valid value can be obtained.public Long getWeight()
public void setWeight(Long Weight)
Weight
- Hotword weight. The value can be 11 or 100 or be in the range of 1 to 10.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.