public class LinguisticEvidence extends GenericModel
| Constructor and Description | 
|---|
| LinguisticEvidence() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCorrelation()Gets the correlation. | 
| Double | getEvidenceScore()Gets the evidence score. | 
| Integer | getWordCount()Gets the word count. | 
| List<String> | getWords()Gets the words. | 
| void | setCorrelation(String correlation)Sets the correlation. | 
| void | setEvidenceScore(Double evidenceScore)Sets the evidence score. | 
| void | setWordCount(Integer wordCount)Sets the word count. | 
| void | setWords(List<String> words)Sets the words. | 
equals, hashCode, toStringpublic String getCorrelation()
public Double getEvidenceScore()
public Integer getWordCount()
public void setCorrelation(String correlation)
correlation - The correlationpublic void setEvidenceScore(Double evidenceScore)
evidenceScore - The evidence_scorepublic void setWordCount(Integer wordCount)
wordCount - The word countCopyright © 2015–2016. All rights reserved.