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 class
IdentifyOptions.Builder
Builder. -
Method Summary
Modifier and Type Method Description IdentifyOptions.Builder
newBuilder()
New builder.String
text()
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
-