Uses of Class
com.ibm.watson.tone_analyzer.v3.model.ToneOptions.Builder
Package | Description |
---|---|
com.ibm.watson.tone_analyzer.v3.model |
-
Uses of ToneOptions.Builder in com.ibm.watson.tone_analyzer.v3.model
Methods in com.ibm.watson.tone_analyzer.v3.model that return ToneOptions.Builder Modifier and Type Method Description ToneOptions.Builder
ToneOptions.Builder. acceptLanguage(String acceptLanguage)
Set the acceptLanguage.ToneOptions.Builder
ToneOptions.Builder. addTone(String tone)
Adds an tone to tones.ToneOptions.Builder
ToneOptions.Builder. contentLanguage(String contentLanguage)
Set the contentLanguage.ToneOptions.Builder
ToneOptions.Builder. html(String html)
Set the html.ToneOptions.Builder
ToneOptions. newBuilder()
New builder.ToneOptions.Builder
ToneOptions.Builder. sentences(Boolean sentences)
Set the sentences.ToneOptions.Builder
ToneOptions.Builder. text(String text)
Set the text.ToneOptions.Builder
ToneOptions.Builder. toneInput(ToneInput toneInput)
Set the toneInput.ToneOptions.Builder
ToneOptions.Builder. tones(List<String> tones)
Set the tones.