public class CandWord extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CandWord()
public CandWord(CandWord source)
public Words[] getCandWords()
public void setCandWords(Words[] CandWords)
CandWords
- 候选字符集的单词信息(包括单词Character和单词置信度confidence)Copyright © 2021. All rights reserved.