public class OcrWordsConfigureInfoForUpdate extends AbstractModel
header, 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 关键词过滤标签,指定需要返回的关键词的标签。如果未填或者为空,则全部结果都返回。
标签个数最多 10 个,每个标签长度最多 16 个字符。 | 
| String | getSwitch()Get 文本关键词识别任务开关,可选值:
ON:开启文本关键词识别任务;
OFF:关闭文本关键词识别任务。 | 
| void | setLabelSet(String[] LabelSet)Set 关键词过滤标签,指定需要返回的关键词的标签。如果未填或者为空,则全部结果都返回。
标签个数最多 10 个,每个标签长度最多 16 个字符。 | 
| void | setSwitch(String Switch)Set 文本关键词识别任务开关,可选值:
ON:开启文本关键词识别任务;
OFF:关闭文本关键词识别任务。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OcrWordsConfigureInfoForUpdate()
public OcrWordsConfigureInfoForUpdate(OcrWordsConfigureInfoForUpdate source)
public String getSwitch()
public void setSwitch(String Switch)
Switch - 文本关键词识别任务开关,可选值:
public String[] getLabelSet()
public void setLabelSet(String[] LabelSet)
LabelSet - 关键词过滤标签,指定需要返回的关键词的标签。如果未填或者为空,则全部结果都返回。
标签个数最多 10 个,每个标签长度最多 16 个字符。Copyright © 2025. All rights reserved.