public static interface AnalyzeIdResponse.Builder extends TextractResponse.Builder, SdkPojo, CopyableBuilder<AnalyzeIdResponse.Builder,AnalyzeIdResponse>
| Modifier and Type | Method and Description |
|---|---|
AnalyzeIdResponse.Builder |
analyzeIDModelVersion(String analyzeIDModelVersion)
The version of the AnalyzeIdentity API being used to process documents.
|
default AnalyzeIdResponse.Builder |
documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
AnalyzeIdResponse.Builder |
documentMetadata(DocumentMetadata documentMetadata)
Sets the value of the DocumentMetadata property for this object.
|
AnalyzeIdResponse.Builder |
identityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID.
|
AnalyzeIdResponse.Builder |
identityDocuments(Consumer<IdentityDocument.Builder>... identityDocuments)
The list of documents processed by AnalyzeID.
|
AnalyzeIdResponse.Builder |
identityDocuments(IdentityDocument... identityDocuments)
The list of documents processed by AnalyzeID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyzeIdResponse.Builder identityDocuments(Collection<IdentityDocument> identityDocuments)
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
identityDocuments - The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and
the response structure for the document.AnalyzeIdResponse.Builder identityDocuments(IdentityDocument... identityDocuments)
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
identityDocuments - The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and
the response structure for the document.AnalyzeIdResponse.Builder identityDocuments(Consumer<IdentityDocument.Builder>... identityDocuments)
The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.
This is a convenience method that creates an instance of theIdentityDocument.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 #identityDocuments(List.
identityDocuments - a consumer that will call methods on
IdentityDocument.Builder#identityDocuments(java.util.Collection) AnalyzeIdResponse.Builder documentMetadata(DocumentMetadata documentMetadata)
documentMetadata - The new value for the DocumentMetadata property for this object.default AnalyzeIdResponse.Builder documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata)
DocumentMetadata.Builder avoiding the
need to create one manually via DocumentMetadata.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to documentMetadata(DocumentMetadata).
documentMetadata - a consumer that will call methods on DocumentMetadata.BuilderdocumentMetadata(DocumentMetadata)AnalyzeIdResponse.Builder analyzeIDModelVersion(String analyzeIDModelVersion)
The version of the AnalyzeIdentity API being used to process documents.
analyzeIDModelVersion - The version of the AnalyzeIdentity API being used to process documents.Copyright © 2023. All rights reserved.