Class BodyCells

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.compare_comply.v1.model.BodyCells
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

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

    • BodyCells

      public BodyCells()
  • Method Details

    • getCellId

      public String getCellId()
      Gets the cellId.

      The unique ID of the cell in the current table.

      Returns:
      the cellId
    • getLocation

      public Location 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<String> getRowHeaderIds()
      Gets the rowHeaderIds.

      An array that contains the `id` value of a row header that is applicable to this body cell.

      Returns:
      the rowHeaderIds
    • getRowHeaderTexts

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

      An array that contains the `text` value of a row header that is applicable to this body cell.

      Returns:
      the rowHeaderTexts
    • getRowHeaderTextsNormalized

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

      If you provide customization input, the normalized version of the row header texts according to the customization; otherwise, the same value as `row_header_texts`.

      Returns:
      the rowHeaderTextsNormalized
    • getColumnHeaderIds

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

      An array that contains the `id` value of a column header that is applicable to the current cell.

      Returns:
      the columnHeaderIds
    • getColumnHeaderTexts

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

      An array that contains the `text` value of a column header that is applicable to the current cell.

      Returns:
      the columnHeaderTexts
    • getColumnHeaderTextsNormalized

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

      If you provide customization input, the normalized version of the column header texts according to the customization; otherwise, the same value as `column_header_texts`.

      Returns:
      the columnHeaderTextsNormalized
    • getAttributes

      public List<Attribute> getAttributes()
      Gets the attributes.
      Returns:
      the attributes