public class OcrWordsConfigureInfoForUpdate extends AbstractModel
skipSign
Constructor and Description |
---|
OcrWordsConfigureInfoForUpdate() |
OcrWordsConfigureInfoForUpdate(OcrWordsConfigureInfoForUpdate 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 text 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 text keyword recognition task.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OcrWordsConfigureInfoForUpdate()
public OcrWordsConfigureInfoForUpdate(OcrWordsConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch of text 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 or a blank value is entered, all results will be returned.
There can be up to 10 tags, each with a length limit of 16 characters.Copyright © 2023. All rights reserved.