public class SentenceCom extends AbstractModel
Constructor and Description |
---|
SentenceCom() |
SentenceCom(SentenceCom 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 |
---|---|
SentenceItem |
getSentence()
Get 句子信息
|
SentenceSuggest[] |
getSuggestions()
Get 句子错误纠正信息
|
void |
setSentence(SentenceItem Sentence)
Set 句子信息
|
void |
setSuggestions(SentenceSuggest[] Suggestions)
Set 句子错误纠正信息
|
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 SentenceCom()
public SentenceCom(SentenceCom source)
public SentenceSuggest[] getSuggestions()
public void setSuggestions(SentenceSuggest[] Suggestions)
Suggestions
- 句子错误纠正信息public SentenceItem getSentence()
public void setSentence(SentenceItem Sentence)
Sentence
- 句子信息Copyright © 2022. All rights reserved.