Class DocumentSelectionMark


  • public final class DocumentSelectionMark
    extends Object
    A selection mark object representing check boxes, radio buttons, and other elements indicating a selection.
    • Constructor Detail

      • DocumentSelectionMark

        public DocumentSelectionMark()
    • Method Detail

      • getState

        public SelectionMarkState getState()
        Get the state property: State of the selection mark.
        Returns:
        the state value.
      • getBoundingBox

        public List<Float> getBoundingBox()
        Get the boundingBox property: Bounding box of the selection mark.
        Returns:
        the boundingBox value.
      • getSpan

        public DocumentSpan getSpan()
        Get the span property: Location of the selection mark in the reading order concatenated content.
        Returns:
        the span value.
      • getConfidence

        public float getConfidence()
        Get the confidence property: Confidence of correctly extracting the selection mark.
        Returns:
        the confidence value.