| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.tone_analyzer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Synonym |
Synonym.withHops(Integer hops)
With hops.
|
Synonym |
Synonym.withMeaning(String meaning)
With meaning.
|
Synonym |
Synonym.withSemanticType(String semanticType)
With semantic type.
|
Synonym |
Synonym.withSense(String sense)
With sense.
|
Synonym |
Synonym.withWord(String word)
With word.
|
| Modifier and Type | Method and Description |
|---|---|
List<Synonym> |
SynonymResult.getSynonyms()
Gets the synonyms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynonymResult.setSynonyms(List<Synonym> synonyms)
Sets the synonyms.
|
SynonymResult |
SynonymResult.withSynonyms(List<Synonym> synonyms)
With synonyms.
|
Copyright © 2015. All rights reserved.