public class SyntaxOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SyntaxOptions.Builder
Builder.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
sentences |
protected SyntaxOptionsTokens |
tokens |
Modifier | Constructor and Description |
---|---|
protected |
SyntaxOptions(SyntaxOptions.Builder builder) |
Modifier and Type | Method and Description |
---|---|
SyntaxOptions.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
sentences()
Gets the sentences.
|
SyntaxOptionsTokens |
tokens()
Gets the tokens.
|
protected SyntaxOptionsTokens tokens
protected java.lang.Boolean sentences
protected SyntaxOptions(SyntaxOptions.Builder builder)
public SyntaxOptions.Builder newBuilder()
public SyntaxOptionsTokens tokens()
Tokenization options.
public java.lang.Boolean sentences()
Set this to `true` to return sentence information.