public class TokenizeOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
TokenizeOptions.Builder
Builder.
|
static interface |
TokenizeOptions.Ontologies |
Modifier and Type | Method and Description |
---|---|
String |
body()
Gets the body.
|
String |
corpus()
Gets the corpus.
|
String |
flow()
Gets the flow.
|
Long |
maxWords()
Gets the maxWords.
|
TokenizeOptions.Builder |
newBuilder()
New builder.
|
List<String> |
ontologies()
Gets the ontologies.
|
public TokenizeOptions.Builder newBuilder()
public String corpus()
public String flow()
public String body()
public List<String> ontologies()
public Long maxWords()
Copyright © 2021 IBM Cloud. All rights reserved.