public class CandWord extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CandWord() | 
| CandWord(CandWord 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 | 
|---|---|
| Words[] | getCandWords()Get 候选字符集的单词信息(包括单词Character和单词置信度confidence) | 
| void | setCandWords(Words[] CandWords)Set 候选字符集的单词信息(包括单词Character和单词置信度confidence) | 
| 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 CandWord()
public CandWord(CandWord source)
public Words[] getCandWords()
public void setCandWords(Words[] CandWords)
CandWords - 候选字符集的单词信息(包括单词Character和单词置信度confidence)Copyright © 2025. All rights reserved.