Package | Description |
---|---|
com.ibm.watson.developer_cloud.tone_analyzer.v1 |
Copyright 2015 IBM Corp.
|
com.ibm.watson.developer_cloud.tone_analyzer.v1.model |
Modifier and Type | Method and Description |
---|---|
List<SynonymResult> |
ToneAnalyzer.getSynonyms(SynonymOptions options)
Starts or continue conversations.
|
Modifier and Type | Method and Description |
---|---|
SynonymOptions |
SynonymOptions.context(List<String> context)
With context.
|
SynonymOptions |
SynonymOptions.hops(Integer hops)
With hops.
|
SynonymOptions |
SynonymOptions.index(Integer index)
With index.
|
SynonymOptions |
SynonymOptions.limit(Integer limit)
With limit.
|
SynonymOptions |
SynonymOptions.traits(List<String> traits)
With traits.
|
SynonymOptions |
SynonymOptions.wordList(List<String> words)
With words list
|
SynonymOptions |
SynonymOptions.words(String... words)
new words("dog", "cat", "cow")
|
Copyright © 2015–2016. All rights reserved.