Uses of Class
software.amazon.awssdk.services.textract.model.LendingResult
-
Packages that use LendingResult Package Description software.amazon.awssdk.services.textract.model -
-
Uses of LendingResult in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type LendingResult Modifier and Type Method Description List<LendingResult>GetLendingAnalysisResponse. results()Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.Methods in software.amazon.awssdk.services.textract.model with parameters of type LendingResult Modifier and Type Method Description GetLendingAnalysisResponse.BuilderGetLendingAnalysisResponse.Builder. results(LendingResult... results)Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type LendingResult Modifier and Type Method Description GetLendingAnalysisResponse.BuilderGetLendingAnalysisResponse.Builder. results(Collection<LendingResult> results)Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
-