GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.analyzeExpenseModelVersion(String analyzeExpenseModelVersion) |
The current model version of AnalyzeExpense.
|
static GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.builder() |
|
default GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.documentMetadata(Consumer<DocumentMetadata.Builder> documentMetadata) |
Information about a document that Amazon Textract processed.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.documentMetadata(DocumentMetadata documentMetadata) |
Information about a document that Amazon Textract processed.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.expenseDocuments(Collection<ExpenseDocument> expenseDocuments) |
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.expenseDocuments(Consumer<ExpenseDocument.Builder>... expenseDocuments) |
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.expenseDocuments(ExpenseDocument... expenseDocuments) |
The expenses detected by Amazon Textract.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.jobStatus(String jobStatus) |
The current status of the text detection job.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.jobStatus(JobStatus jobStatus) |
The current status of the text detection job.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.nextToken(String nextToken) |
If the response is truncated, Amazon Textract returns this token.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.statusMessage(String statusMessage) |
Returns if the detection job could not be completed.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.toBuilder() |
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.warnings(Collection<Warning> warnings) |
A list of warnings that occurred during the text-detection operation for the document.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.warnings(Consumer<Warning.Builder>... warnings) |
A list of warnings that occurred during the text-detection operation for the document.
|
GetExpenseAnalysisResponse.Builder |
GetExpenseAnalysisResponse.Builder.warnings(Warning... warnings) |
A list of warnings that occurred during the text-detection operation for the document.
|