public class AsrHotWordsConfigure extends AbstractModel
header, skipSign
Constructor and Description |
---|
AsrHotWordsConfigure() |
AsrHotWordsConfigure(AsrHotWordsConfigure 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 |
getLibraryId()
Get Hotword lexicon ID.
|
String |
getSwitch()
Get Hotword switch.
|
void |
setLibraryId(String LibraryId)
Set Hotword lexicon ID.
|
void |
setSwitch(String Switch)
Set Hotword switch.
|
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 AsrHotWordsConfigure()
public AsrHotWordsConfigure(AsrHotWordsConfigure source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Hotword switch.
Note: This field may return null, indicating that no valid value can be obtained.public String getLibraryId()
public void setLibraryId(String LibraryId)
LibraryId
- Hotword lexicon ID.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.