Class ClassifyInput
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_classifier.v1.model.ClassifyInput
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ClassifyInput
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Request payload to classify.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classClassifyInput.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description ClassifyInput.BuildernewBuilder()New builder.Stringtext()Gets the text.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a ClassifyInput builder
 
- 
textGets the text.The submitted phrase. The maximum length is 2048 characters. - Returns:
- the text
 
 
-