public class SyntaxOptionsTokens
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SyntaxOptionsTokens.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
lemma()
Gets the lemma. 
 | 
SyntaxOptionsTokens.Builder | 
newBuilder()
New builder. 
 | 
Boolean | 
partOfSpeech()
Gets the partOfSpeech. 
 | 
public SyntaxOptionsTokens.Builder newBuilder()
public Boolean lemma()
Set this to `true` to return the lemma for each token.
public Boolean partOfSpeech()
Set this to `true` to return the part of speech for each token.
Copyright © 2021 IBM Cloud. All rights reserved.