Interface LendingDetection.Builder

    • Method Detail

      • text

        LendingDetection.Builder text​(String text)

        The text extracted for a detected value in a lending document.

        Parameters:
        text - The text extracted for a detected value in a lending document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selectionStatus

        LendingDetection.Builder selectionStatus​(String selectionStatus)

        The selection status of a selection element, such as an option button or check box.

        Parameters:
        selectionStatus - The selection status of a selection element, such as an option button or check box.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SelectionStatus, SelectionStatus
      • selectionStatus

        LendingDetection.Builder selectionStatus​(SelectionStatus selectionStatus)

        The selection status of a selection element, such as an option button or check box.

        Parameters:
        selectionStatus - The selection status of a selection element, such as an option button or check box.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SelectionStatus, SelectionStatus
      • geometry

        LendingDetection.Builder geometry​(Geometry geometry)
        Sets the value of the Geometry property for this object.
        Parameters:
        geometry - The new value for the Geometry property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • confidence

        LendingDetection.Builder confidence​(Float confidence)

        The confidence level for the text of a detected value in a lending document.

        Parameters:
        confidence - The confidence level for the text of a detected value in a lending document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.