Class SemanticRolesResultAction
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.natural_language_understanding.v1.model.SemanticRolesResultAction
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SemanticRolesResultAction
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The extracted action from the sentence.
-
Constructor Summary
Constructors Constructor Description SemanticRolesResultAction()
-
Method Summary
Modifier and Type Method Description String
getNormalized()
Gets the normalized.String
getText()
Gets the text.SemanticRolesVerb
getVerb()
Gets the verb.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SemanticRolesResultAction
public SemanticRolesResultAction()
-
-
Method Details
-
getText
Gets the text.Analyzed text that corresponds to the action.
- Returns:
- the text
-
getNormalized
Gets the normalized.normalized version of the action.
- Returns:
- the normalized
-
getVerb
Gets the verb.- Returns:
- the verb
-