public class DetectedWords extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DetectedWords() | 
| DetectedWords(DetectedWords 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 | getCharacter()Get 候选字Character | 
| Long | getConfidence()Get 置信度 0 ~100 | 
| void | setCharacter(String Character)Set 候选字Character | 
| void | setConfidence(Long Confidence)Set 置信度 0 ~100 | 
| 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 DetectedWords()
public DetectedWords(DetectedWords source)
public Long getConfidence()
public void setConfidence(Long Confidence)
Confidence - 置信度 0 ~100public String getCharacter()
public void setCharacter(String Character)
Character - 候选字CharacterCopyright © 2025. All rights reserved.