@Generated(value="software.amazon.awssdk:codegen") public final class LendingDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LendingDetection.Builder,LendingDetection>
The results extracted for a lending document.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LendingDetection.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LendingDetection.Builder |
builder() |
Float |
confidence()
The confidence level for the text of a detected value in a lending document.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Geometry |
geometry()
Returns the value of the Geometry property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
SelectionStatus |
selectionStatus()
The selection status of a selection element, such as an option button or check box.
|
String |
selectionStatusAsString()
The selection status of a selection element, such as an option button or check box.
|
static Class<? extends LendingDetection.Builder> |
serializableBuilderClass() |
String |
text()
The text extracted for a detected value in a lending document.
|
LendingDetection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String text()
The text extracted for a detected value in a lending document.
public final SelectionStatus selectionStatus()
The selection status of a selection element, such as an option button or check box.
If the service returns an enum value that is not available in the current SDK version, selectionStatus
will return SelectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from selectionStatusAsString().
SelectionStatuspublic final String selectionStatusAsString()
The selection status of a selection element, such as an option button or check box.
If the service returns an enum value that is not available in the current SDK version, selectionStatus
will return SelectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from selectionStatusAsString().
SelectionStatuspublic final Geometry geometry()
public final Float confidence()
The confidence level for the text of a detected value in a lending document.
public LendingDetection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LendingDetection.Builder,LendingDetection>public static LendingDetection.Builder builder()
public static Class<? extends LendingDetection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.