public class SectionTitles
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
SectionTitles() |
Modifier and Type | Method and Description |
---|---|
List<ElementLocations> |
getElementLocations()
Gets the elementLocations.
|
Long |
getLevel()
Gets the level.
|
Location |
getLocation()
Gets the location.
|
String |
getText()
Gets the text.
|
public String getText()
The text of the section title, if identified.
public Location getLocation()
The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
public Long getLevel()
An integer indicating the level at which the section is located in the input document. For example, `1` represents a top-level section, `2` represents a subsection within the level `1` section, and so forth.
public List<ElementLocations> getElementLocations()
An array of `location` objects that lists the locations of detected section titles.
Copyright © 2021 IBM Cloud. All rights reserved.