| Package | Description |
|---|---|
| software.amazon.awssdk.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
static LendingSummary.Builder |
LendingSummary.builder() |
LendingSummary.Builder |
LendingSummary.Builder.documentGroups(Collection<DocumentGroup> documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary.Builder |
LendingSummary.Builder.documentGroups(Consumer<DocumentGroup.Builder>... documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary.Builder |
LendingSummary.Builder.documentGroups(DocumentGroup... documentGroups)
Contains an array of all DocumentGroup objects.
|
LendingSummary.Builder |
LendingSummary.toBuilder() |
LendingSummary.Builder |
LendingSummary.Builder.undetectedDocumentTypes(Collection<String> undetectedDocumentTypes)
UndetectedDocumentTypes.
|
LendingSummary.Builder |
LendingSummary.Builder.undetectedDocumentTypes(String... undetectedDocumentTypes)
UndetectedDocumentTypes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LendingSummary.Builder> |
LendingSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetLendingAnalysisSummaryResponse.Builder |
GetLendingAnalysisSummaryResponse.Builder.summary(Consumer<LendingSummary.Builder> summary)
Contains summary information for documents grouped by type.
|
Copyright © 2023. All rights reserved.