public static interface DocumentGroup.Builder extends SdkPojo, CopyableBuilder<DocumentGroup.Builder,DocumentGroup>
| Modifier and Type | Method and Description |
|---|---|
DocumentGroup.Builder |
detectedSignatures(Collection<DetectedSignature> detectedSignatures)
A list of the detected signatures found in a document group.
|
DocumentGroup.Builder |
detectedSignatures(Consumer<DetectedSignature.Builder>... detectedSignatures)
A list of the detected signatures found in a document group.
|
DocumentGroup.Builder |
detectedSignatures(DetectedSignature... detectedSignatures)
A list of the detected signatures found in a document group.
|
DocumentGroup.Builder |
splitDocuments(Collection<SplitDocument> splitDocuments)
An array that contains information about the pages of a document, defined by logical boundary.
|
DocumentGroup.Builder |
splitDocuments(Consumer<SplitDocument.Builder>... splitDocuments)
An array that contains information about the pages of a document, defined by logical boundary.
|
DocumentGroup.Builder |
splitDocuments(SplitDocument... splitDocuments)
An array that contains information about the pages of a document, defined by logical boundary.
|
DocumentGroup.Builder |
type(String type)
The type of document that Amazon Textract has detected.
|
DocumentGroup.Builder |
undetectedSignatures(Collection<UndetectedSignature> undetectedSignatures)
A list of any expected signatures not found in a document group.
|
DocumentGroup.Builder |
undetectedSignatures(Consumer<UndetectedSignature.Builder>... undetectedSignatures)
A list of any expected signatures not found in a document group.
|
DocumentGroup.Builder |
undetectedSignatures(UndetectedSignature... undetectedSignatures)
A list of any expected signatures not found in a document group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentGroup.Builder type(String type)
The type of document that Amazon Textract has detected. See LINK for a list of all types returned by Textract.
type - The type of document that Amazon Textract has detected. See LINK for a list of all types returned by
Textract.DocumentGroup.Builder splitDocuments(Collection<SplitDocument> splitDocuments)
An array that contains information about the pages of a document, defined by logical boundary.
splitDocuments - An array that contains information about the pages of a document, defined by logical boundary.DocumentGroup.Builder splitDocuments(SplitDocument... splitDocuments)
An array that contains information about the pages of a document, defined by logical boundary.
splitDocuments - An array that contains information about the pages of a document, defined by logical boundary.DocumentGroup.Builder splitDocuments(Consumer<SplitDocument.Builder>... splitDocuments)
An array that contains information about the pages of a document, defined by logical boundary.
This is a convenience method that creates an instance of theSplitDocument.Builder avoiding the need to create one
manually via SplitDocument.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #splitDocuments(List.
splitDocuments - a consumer that will call methods on
SplitDocument.Builder#splitDocuments(java.util.Collection) DocumentGroup.Builder detectedSignatures(Collection<DetectedSignature> detectedSignatures)
A list of the detected signatures found in a document group.
detectedSignatures - A list of the detected signatures found in a document group.DocumentGroup.Builder detectedSignatures(DetectedSignature... detectedSignatures)
A list of the detected signatures found in a document group.
detectedSignatures - A list of the detected signatures found in a document group.DocumentGroup.Builder detectedSignatures(Consumer<DetectedSignature.Builder>... detectedSignatures)
A list of the detected signatures found in a document group.
This is a convenience method that creates an instance of theDetectedSignature.Builder avoiding the need to create
one manually via DetectedSignature.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #detectedSignatures(List.
detectedSignatures - a consumer that will call methods on
DetectedSignature.Builder#detectedSignatures(java.util.Collection) DocumentGroup.Builder undetectedSignatures(Collection<UndetectedSignature> undetectedSignatures)
A list of any expected signatures not found in a document group.
undetectedSignatures - A list of any expected signatures not found in a document group.DocumentGroup.Builder undetectedSignatures(UndetectedSignature... undetectedSignatures)
A list of any expected signatures not found in a document group.
undetectedSignatures - A list of any expected signatures not found in a document group.DocumentGroup.Builder undetectedSignatures(Consumer<UndetectedSignature.Builder>... undetectedSignatures)
A list of any expected signatures not found in a document group.
This is a convenience method that creates an instance of theUndetectedSignature.Builder avoiding the need to
create one manually via UndetectedSignature.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #undetectedSignatures(List.
undetectedSignatures - a consumer that will call methods on
UndetectedSignature.Builder#undetectedSignatures(java.util.Collection) Copyright © 2023. All rights reserved.