public static interface Extraction.Builder extends SdkPojo, CopyableBuilder<Extraction.Builder,Extraction>
| Modifier and Type | Method and Description |
|---|---|
default Extraction.Builder |
expenseDocument(Consumer<ExpenseDocument.Builder> expenseDocument)
Sets the value of the ExpenseDocument property for this object.
|
Extraction.Builder |
expenseDocument(ExpenseDocument expenseDocument)
Sets the value of the ExpenseDocument property for this object.
|
default Extraction.Builder |
identityDocument(Consumer<IdentityDocument.Builder> identityDocument)
Sets the value of the IdentityDocument property for this object.
|
Extraction.Builder |
identityDocument(IdentityDocument identityDocument)
Sets the value of the IdentityDocument property for this object.
|
default Extraction.Builder |
lendingDocument(Consumer<LendingDocument.Builder> lendingDocument)
Holds the structured data returned by AnalyzeDocument for lending documents.
|
Extraction.Builder |
lendingDocument(LendingDocument lendingDocument)
Holds the structured data returned by AnalyzeDocument for lending documents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExtraction.Builder lendingDocument(LendingDocument lendingDocument)
Holds the structured data returned by AnalyzeDocument for lending documents.
lendingDocument - Holds the structured data returned by AnalyzeDocument for lending documents.default Extraction.Builder lendingDocument(Consumer<LendingDocument.Builder> lendingDocument)
Holds the structured data returned by AnalyzeDocument for lending documents.
This is a convenience method that creates an instance of theLendingDocument.Builder avoiding the
need to create one manually via LendingDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lendingDocument(LendingDocument).
lendingDocument - a consumer that will call methods on LendingDocument.BuilderlendingDocument(LendingDocument)Extraction.Builder expenseDocument(ExpenseDocument expenseDocument)
expenseDocument - The new value for the ExpenseDocument property for this object.default Extraction.Builder expenseDocument(Consumer<ExpenseDocument.Builder> expenseDocument)
ExpenseDocument.Builder avoiding the
need to create one manually via ExpenseDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to expenseDocument(ExpenseDocument).
expenseDocument - a consumer that will call methods on ExpenseDocument.BuilderexpenseDocument(ExpenseDocument)Extraction.Builder identityDocument(IdentityDocument identityDocument)
identityDocument - The new value for the IdentityDocument property for this object.default Extraction.Builder identityDocument(Consumer<IdentityDocument.Builder> identityDocument)
IdentityDocument.Builder avoiding the
need to create one manually via IdentityDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to identityDocument(IdentityDocument).
identityDocument - a consumer that will call methods on IdentityDocument.BuilderidentityDocument(IdentityDocument)Copyright © 2023. All rights reserved.