public static interface LendingDetection.Builder extends SdkPojo, CopyableBuilder<LendingDetection.Builder,LendingDetection>
| Modifier and Type | Method and Description |
|---|---|
LendingDetection.Builder |
confidence(Float confidence)
The confidence level for the text of a detected value in a lending document.
|
default LendingDetection.Builder |
geometry(Consumer<Geometry.Builder> geometry)
Sets the value of the Geometry property for this object.
|
LendingDetection.Builder |
geometry(Geometry geometry)
Sets the value of the Geometry property for this object.
|
LendingDetection.Builder |
selectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
LendingDetection.Builder |
selectionStatus(String selectionStatus)
The selection status of a selection element, such as an option button or check box.
|
LendingDetection.Builder |
text(String text)
The text extracted for a detected value in a lending document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLendingDetection.Builder text(String text)
The text extracted for a detected value in a lending document.
text - The text extracted for a detected value in a lending document.LendingDetection.Builder selectionStatus(String selectionStatus)
The selection status of a selection element, such as an option button or check box.
selectionStatus - The selection status of a selection element, such as an option button or check box.SelectionStatus,
SelectionStatusLendingDetection.Builder selectionStatus(SelectionStatus selectionStatus)
The selection status of a selection element, such as an option button or check box.
selectionStatus - The selection status of a selection element, such as an option button or check box.SelectionStatus,
SelectionStatusLendingDetection.Builder geometry(Geometry geometry)
geometry - The new value for the Geometry property for this object.default LendingDetection.Builder geometry(Consumer<Geometry.Builder> geometry)
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).
geometry - a consumer that will call methods on Geometry.Buildergeometry(Geometry)LendingDetection.Builder confidence(Float confidence)
The confidence level for the text of a detected value in a lending document.
confidence - The confidence level for the text of a detected value in a lending document.Copyright © 2023. All rights reserved.