public class Element
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Element() |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
getAttributes()
Gets the attributes.
|
List<Category> |
getCategories()
Gets the categories.
|
Location |
getLocation()
Gets the location.
|
String |
getText()
Gets the text.
|
List<TypeLabel> |
getTypes()
Gets the types.
|
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public String getText()
The text of the element.
public List<TypeLabel> getTypes()
Description of the action specified by the element and whom it affects.
public List<Category> getCategories()
List of functional categories into which the element falls; in other words, the subject matter of the element.
Copyright © 2021 IBM Cloud. All rights reserved.