Class LendingDetection
- java.lang.Object
-
- software.amazon.awssdk.services.textract.model.LendingDetection
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LendingDetection.Builder,LendingDetection>
@Generated("software.amazon.awssdk:codegen") public final class LendingDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LendingDetection.Builder,LendingDetection>
The results extracted for a lending document.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLendingDetection.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LendingDetection.Builderbuilder()Floatconfidence()The confidence level for the text of a detected value in a lending document.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Geometrygeometry()Returns the value of the Geometry property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()SelectionStatusselectionStatus()The selection status of a selection element, such as an option button or check box.StringselectionStatusAsString()The selection status of a selection element, such as an option button or check box.static Class<? extends LendingDetection.Builder>serializableBuilderClass()Stringtext()The text extracted for a detected value in a lending document.LendingDetection.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
text
public final String text()
The text extracted for a detected value in a lending document.
- Returns:
- The text extracted for a detected value in a lending document.
-
selectionStatus
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,
selectionStatuswill returnSelectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectionStatusAsString().- Returns:
- The selection status of a selection element, such as an option button or check box.
- See Also:
SelectionStatus
-
selectionStatusAsString
public 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,
selectionStatuswill returnSelectionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromselectionStatusAsString().- Returns:
- The selection status of a selection element, such as an option button or check box.
- See Also:
SelectionStatus
-
geometry
public final Geometry geometry()
Returns the value of the Geometry property for this object.- Returns:
- The value of the Geometry property for this object.
-
confidence
public final Float confidence()
The confidence level for the text of a detected value in a lending document.
- Returns:
- The confidence level for the text of a detected value in a lending document.
-
toBuilder
public LendingDetection.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LendingDetection.Builder,LendingDetection>
-
builder
public static LendingDetection.Builder builder()
-
serializableBuilderClass
public static Class<? extends LendingDetection.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-