Class SectionTitle
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.SectionTitle
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SectionTitle
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The table's section title, if identified.
-
Constructor Summary
Constructors Constructor Description SectionTitle()
-
Method Summary
Modifier and Type Method Description Location
getLocation()
Gets the location.String
getText()
Gets the text.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
SectionTitle
public SectionTitle()
-
-
Method Details
-
getText
Gets the text.The text of the section title, if identified.
- Returns:
- the text
-
getLocation
Gets the location.The numeric location of the identified element in the document, represented with two integers labeled `begin` and `end`.
- Returns:
- the location
-