Class TableBodyCells

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TableBodyCells
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class TableBodyCells
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Cells that are not table header, column header, or row header cells.
  • Constructor Details

    • TableBodyCells

      public TableBodyCells()
  • Method Details

    • getCellId

      public String getCellId()
      Gets the cellId.

      The unique ID of the cell in the current table.

      Returns:
      the cellId
    • getLocation

      public TableElementLocation 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
    • getText

      public String getText()
      Gets the text.

      The textual contents of this cell from the input document without associated markup content.

      Returns:
      the text
    • getRowIndexBegin

      public Long getRowIndexBegin()
      Gets the rowIndexBegin.

      The `begin` index of this cell's `row` location in the current table.

      Returns:
      the rowIndexBegin
    • getRowIndexEnd

      public Long getRowIndexEnd()
      Gets the rowIndexEnd.

      The `end` index of this cell's `row` location in the current table.

      Returns:
      the rowIndexEnd
    • getColumnIndexBegin

      public Long getColumnIndexBegin()
      Gets the columnIndexBegin.

      The `begin` index of this cell's `column` location in the current table.

      Returns:
      the columnIndexBegin
    • getColumnIndexEnd

      public Long getColumnIndexEnd()
      Gets the columnIndexEnd.

      The `end` index of this cell's `column` location in the current table.

      Returns:
      the columnIndexEnd
    • getRowHeaderIds

      public List<TableRowHeaderIds> getRowHeaderIds()
      Gets the rowHeaderIds.

      A list of table row header ids.

      Returns:
      the rowHeaderIds
    • getRowHeaderTexts

      public List<TableRowHeaderTexts> getRowHeaderTexts()
      Gets the rowHeaderTexts.

      A list of table row header texts.

      Returns:
      the rowHeaderTexts
    • getRowHeaderTextsNormalized

      public List<TableRowHeaderTextsNormalized> getRowHeaderTextsNormalized()
      Gets the rowHeaderTextsNormalized.

      A list of table row header texts normalized.

      Returns:
      the rowHeaderTextsNormalized
    • getColumnHeaderIds

      public List<TableColumnHeaderIds> getColumnHeaderIds()
      Gets the columnHeaderIds.

      A list of table column header ids.

      Returns:
      the columnHeaderIds
    • getColumnHeaderTexts

      public List<TableColumnHeaderTexts> getColumnHeaderTexts()
      Gets the columnHeaderTexts.

      A list of table column header texts.

      Returns:
      the columnHeaderTexts
    • getColumnHeaderTextsNormalized

      public List<TableColumnHeaderTextsNormalized> getColumnHeaderTextsNormalized()
      Gets the columnHeaderTextsNormalized.

      A list of table column header texts normalized.

      Returns:
      the columnHeaderTextsNormalized
    • getAttributes

      public List<DocumentAttribute> getAttributes()
      Gets the attributes.

      A list of document attributes.

      Returns:
      the attributes