Class Extraction
- java.lang.Object
-
- software.amazon.awssdk.services.textract.model.Extraction
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Extraction.Builder,Extraction>
@Generated("software.amazon.awssdk:codegen") public final class Extraction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Extraction.Builder,Extraction>
Contains information extracted by an analysis operation after using StartLendingAnalysis.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Extraction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Extraction.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
ExpenseDocument
expenseDocument()
Returns the value of the ExpenseDocument property for this object.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
IdentityDocument
identityDocument()
Returns the value of the IdentityDocument property for this object.LendingDocument
lendingDocument()
Holds the structured data returned by AnalyzeDocument for lending documents.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends Extraction.Builder>
serializableBuilderClass()
Extraction.Builder
toBuilder()
String
toString()
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
-
lendingDocument
public final LendingDocument lendingDocument()
Holds the structured data returned by AnalyzeDocument for lending documents.
- Returns:
- Holds the structured data returned by AnalyzeDocument for lending documents.
-
expenseDocument
public final ExpenseDocument expenseDocument()
Returns the value of the ExpenseDocument property for this object.- Returns:
- The value of the ExpenseDocument property for this object.
-
identityDocument
public final IdentityDocument identityDocument()
Returns the value of the IdentityDocument property for this object.- Returns:
- The value of the IdentityDocument property for this object.
-
toBuilder
public Extraction.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<Extraction.Builder,Extraction>
-
builder
public static Extraction.Builder builder()
-
serializableBuilderClass
public static Class<? extends Extraction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
sdkFieldNameToField
in interfaceSdkPojo
-
-