Uses of Class
software.amazon.awssdk.services.textract.model.OutputConfig
-
Packages that use OutputConfig Package Description software.amazon.awssdk.services.textract.model -
-
Uses of OutputConfig in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return OutputConfig Modifier and Type Method Description OutputConfigCreateAdapterVersionRequest. outputConfig()Returns the value of the OutputConfig property for this object.OutputConfigGetAdapterVersionResponse. outputConfig()Returns the value of the OutputConfig property for this object.OutputConfigStartDocumentAnalysisRequest. outputConfig()Sets if the output will go to a customer defined bucket.OutputConfigStartDocumentTextDetectionRequest. outputConfig()Sets if the output will go to a customer defined bucket.OutputConfigStartExpenseAnalysisRequest. outputConfig()Sets if the output will go to a customer defined bucket.OutputConfigStartLendingAnalysisRequest. outputConfig()Returns the value of the OutputConfig property for this object.Methods in software.amazon.awssdk.services.textract.model with parameters of type OutputConfig Modifier and Type Method Description CreateAdapterVersionRequest.BuilderCreateAdapterVersionRequest.Builder. outputConfig(OutputConfig outputConfig)Sets the value of the OutputConfig property for this object.GetAdapterVersionResponse.BuilderGetAdapterVersionResponse.Builder. outputConfig(OutputConfig outputConfig)Sets the value of the OutputConfig property for this object.StartDocumentAnalysisRequest.BuilderStartDocumentAnalysisRequest.Builder. outputConfig(OutputConfig outputConfig)Sets if the output will go to a customer defined bucket.StartDocumentTextDetectionRequest.BuilderStartDocumentTextDetectionRequest.Builder. outputConfig(OutputConfig outputConfig)Sets if the output will go to a customer defined bucket.StartExpenseAnalysisRequest.BuilderStartExpenseAnalysisRequest.Builder. outputConfig(OutputConfig outputConfig)Sets if the output will go to a customer defined bucket.StartLendingAnalysisRequest.BuilderStartLendingAnalysisRequest.Builder. outputConfig(OutputConfig outputConfig)Sets the value of the OutputConfig property for this object.
-