public class AsrWordsConfigureInfo extends AbstractModel
Constructor and Description |
---|
AsrWordsConfigureInfo() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.