public class SemanticRolesResultSubject
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| List<SemanticRolesEntity> | getEntities()Gets the entities. | 
| List<SemanticRolesKeyword> | getKeywords()Gets the keywords. | 
| String | getText()Gets the text. | 
public String getText()
Text that corresponds to the subject role.
public List<SemanticRolesEntity> getEntities()
An array of extracted entities.
public List<SemanticRolesKeyword> getKeywords()
An array of extracted keywords.
Copyright © 2023 IBM Cloud. All rights reserved.