Class IdentifyOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.language_translator.v3.model.IdentifyOptions
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class IdentifyOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The identify options.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIdentifyOptions.BuilderBuilder. -
Method Summary
Modifier and Type Method Description IdentifyOptions.BuildernewBuilder()New builder.Stringtext()Gets the text.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a IdentifyOptions builder
-
text
Gets the text.Input text in UTF-8 format.
- Returns:
- the text
-