| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
OutputConfig.clone() |
OutputConfig |
StartExpenseAnalysisRequest.getOutputConfig()
Sets if the output will go to a customer defined bucket.
|
OutputConfig |
StartDocumentTextDetectionRequest.getOutputConfig()
Sets if the output will go to a customer defined bucket.
|
OutputConfig |
StartDocumentAnalysisRequest.getOutputConfig()
Sets if the output will go to a customer defined bucket.
|
OutputConfig |
OutputConfig.withS3Bucket(String s3Bucket)
The name of the bucket your output will go to.
|
OutputConfig |
OutputConfig.withS3Prefix(String s3Prefix)
The prefix of the object key that the output will be saved to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartExpenseAnalysisRequest.setOutputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
void |
StartDocumentTextDetectionRequest.setOutputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
void |
StartDocumentAnalysisRequest.setOutputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
StartExpenseAnalysisRequest |
StartExpenseAnalysisRequest.withOutputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withOutputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
StartDocumentAnalysisRequest |
StartDocumentAnalysisRequest.withOutputConfig(OutputConfig outputConfig)
Sets if the output will go to a customer defined bucket.
|
Copyright © 2022. All rights reserved.