Class TableElementLocation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TableElementLocation
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableElementLocation
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The numeric location of the identified element in the document, represented with two integers
labeled `begin` and `end`.
-
Constructor Summary
Constructors Constructor Description TableElementLocation()
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TableElementLocation
public TableElementLocation()
-
-
Method Details
-
getBegin
Gets the begin.The element's `begin` index.
- Returns:
- the begin
-
getEnd
Gets the end.The element's `end` index.
- Returns:
- the end
-