| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.tone_analyzer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
LinguisticEvidence |
LinguisticEvidence.withCorrelation(String correlation)
With correlation.
|
LinguisticEvidence |
LinguisticEvidence.withEvidenceScore(Double evidenceScore)
With evidence score.
|
LinguisticEvidence |
LinguisticEvidence.withWordCount(Integer wordCount)
With word count.
|
LinguisticEvidence |
LinguisticEvidence.withWords(List<String> words)
With words.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinguisticEvidence> |
ToneTrait.getLinguisticEvidence()
Gets the linguistic evidence.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToneTrait.setLinguisticEvidence(List<LinguisticEvidence> linguisticEvidence)
Sets the linguistic evidence.
|
ToneTrait |
ToneTrait.withLinguisticEvidence(List<LinguisticEvidence> linguisticEvidence)
With linguistic evidence.
|
Copyright © 2015. All rights reserved.