public static class ClassifyInput.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String text)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
ClassifyInput |
build()
Builds a ClassifyInput.
|
ClassifyInput.Builder |
text(String text)
Set the text.
|
public Builder()
public Builder(String text)
text - the textpublic ClassifyInput build()
public ClassifyInput.Builder text(String text)
text - the textCopyright © 2021 IBM Cloud. All rights reserved.