public class ClassifyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ClassifyOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
classifierId()
Gets the classifierId. 
 | 
ClassifyOptions.Builder | 
newBuilder()
New builder. 
 | 
String | 
text()
Gets the text. 
 | 
public ClassifyOptions.Builder newBuilder()
public String classifierId()
Classifier ID to use.
public String text()
The submitted phrase. The maximum length is 2048 characters.
Copyright © 2021 IBM Cloud. All rights reserved.