public class AsrWordsConfigureInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AsrWordsConfigureInfo() |
AsrWordsConfigureInfo(AsrWordsConfigureInfo 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[] |
getLabelSet()
Get Keyword filter tag, which specifies the keyword tag that needs to be returned.
|
String |
getSwitch()
Get Switch of speech keyword recognition task.
|
void |
setLabelSet(String[] LabelSet)
Set Keyword filter tag, which specifies the keyword tag that needs to be returned.
|
void |
setSwitch(String Switch)
Set Switch of speech keyword recognition task.
|
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 AsrWordsConfigureInfo()
public AsrWordsConfigureInfo(AsrWordsConfigureInfo source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch of speech keyword recognition task. Valid values:
public String[] getLabelSet()
public void setLabelSet(String[] LabelSet)
LabelSet
- Keyword filter tag, which specifies the keyword tag that needs to be returned. If this parameter is left empty, all results will be returned.
There can be up to 10 tags, each with a length limit of 16 characters.Copyright © 2024. All rights reserved.