Interface LendingDetection.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LendingDetection.Builder,LendingDetection>, SdkBuilder<LendingDetection.Builder,LendingDetection>, SdkPojo
Enclosing class:
LendingDetection

public static interface LendingDetection.Builder extends SdkPojo, CopyableBuilder<LendingDetection.Builder,LendingDetection>
  • Method Details

    • 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

      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:
    • 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.
    • geometry

      default LendingDetection.Builder geometry(Consumer<Geometry.Builder> geometry)
      Sets the value of the Geometry property for this object. This is a convenience method that creates an instance of the Geometry.Builder avoiding the need to create one manually via Geometry.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to geometry(Geometry).

      Parameters:
      geometry - a consumer that will call methods on Geometry.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.