public class SemanticRolesResultAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Field and Description | 
|---|---|
protected java.lang.String | 
normalized  | 
protected java.lang.String | 
text  | 
protected SemanticRolesVerb | 
verb  | 
| Constructor and Description | 
|---|
SemanticRolesResultAction()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getNormalized()
Gets the normalized. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
SemanticRolesVerb | 
getVerb()
Gets the verb. 
 | 
protected java.lang.String text
protected java.lang.String normalized
protected SemanticRolesVerb verb
public java.lang.String getText()
Analyzed text that corresponds to the action.
public java.lang.String getNormalized()
normalized version of the action.
public SemanticRolesVerb getVerb()