| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentLocation |
DocumentLocation.clone() |
DocumentLocation |
StartLendingAnalysisRequest.getDocumentLocation() |
DocumentLocation |
StartExpenseAnalysisRequest.getDocumentLocation()
The location of the document to be processed.
|
DocumentLocation |
StartDocumentTextDetectionRequest.getDocumentLocation()
The location of the document to be processed.
|
DocumentLocation |
StartDocumentAnalysisRequest.getDocumentLocation()
The location of the document to be processed.
|
DocumentLocation |
DocumentLocation.withS3Object(S3Object s3Object)
The Amazon S3 bucket that contains the input document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartLendingAnalysisRequest.setDocumentLocation(DocumentLocation documentLocation) |
void |
StartExpenseAnalysisRequest.setDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
void |
StartDocumentTextDetectionRequest.setDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
void |
StartDocumentAnalysisRequest.setDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartLendingAnalysisRequest |
StartLendingAnalysisRequest.withDocumentLocation(DocumentLocation documentLocation) |
StartExpenseAnalysisRequest |
StartExpenseAnalysisRequest.withDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
StartDocumentAnalysisRequest |
StartDocumentAnalysisRequest.withDocumentLocation(DocumentLocation documentLocation)
The location of the document to be processed.
|
Copyright © 2023. All rights reserved.