| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
OutputConfig |
OutputConfig.clone() |
OutputConfig |
StartLendingAnalysisRequest.getOutputConfig() |
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 |
GetAdapterVersionResult.getOutputConfig() |
OutputConfig |
CreateAdapterVersionRequest.getOutputConfig() |
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 |
StartLendingAnalysisRequest.setOutputConfig(OutputConfig outputConfig) |
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.
|
void |
GetAdapterVersionResult.setOutputConfig(OutputConfig outputConfig) |
void |
CreateAdapterVersionRequest.setOutputConfig(OutputConfig outputConfig) |
StartLendingAnalysisRequest |
StartLendingAnalysisRequest.withOutputConfig(OutputConfig outputConfig) |
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.
|
GetAdapterVersionResult |
GetAdapterVersionResult.withOutputConfig(OutputConfig outputConfig) |
CreateAdapterVersionRequest |
CreateAdapterVersionRequest.withOutputConfig(OutputConfig outputConfig) |
Copyright © 2024. All rights reserved.