public class ToneTrait extends GenericModel
| Constructor and Description |
|---|
ToneTrait() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
List<LinguisticEvidence> |
getLinguisticEvidence()
Gets the linguistic evidence.
|
String |
getName()
Gets the name.
|
Double |
getNormalizedScore()
Gets the normalized score.
|
Double |
getRawScore()
Gets the raw score.
|
Integer |
getWordCount()
Gets the word count.
|
void |
setId(String id)
Sets the id.
|
void |
setLinguisticEvidence(List<LinguisticEvidence> linguisticEvidence)
Sets the linguistic evidence.
|
void |
setName(String name)
Sets the name.
|
void |
setNormalizedScore(Double normalizedScore)
Sets the normalized score.
|
void |
setRawScore(Double rawScore)
Sets the raw score.
|
void |
setWordCount(Integer wordCount)
Sets the word count.
|
equals, hashCode, toStringpublic String getId()
public List<LinguisticEvidence> getLinguisticEvidence()
public String getName()
public Double getNormalizedScore()
public Double getRawScore()
public Integer getWordCount()
public void setId(String id)
id - The idpublic void setLinguisticEvidence(List<LinguisticEvidence> linguisticEvidence)
linguisticEvidence - The linguistic_evidencepublic void setName(String name)
name - The namepublic void setNormalizedScore(Double normalizedScore)
normalizedScore - The normalized_scorepublic void setRawScore(Double rawScore)
rawScore - The raw scorepublic void setWordCount(Integer wordCount)
wordCount - The word countCopyright © 2015–2016. All rights reserved.