Uses of Class
software.amazon.awssdk.services.textract.model.Extraction
-
Packages that use Extraction Package Description software.amazon.awssdk.services.textract.model -
-
Uses of Extraction in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type Extraction Modifier and Type Method Description List<Extraction>
LendingResult. extractions()
An array of Extraction to hold structured data.Methods in software.amazon.awssdk.services.textract.model with parameters of type Extraction Modifier and Type Method Description LendingResult.Builder
LendingResult.Builder. extractions(Extraction... extractions)
An array of Extraction to hold structured data.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type Extraction Modifier and Type Method Description LendingResult.Builder
LendingResult.Builder. extractions(Collection<Extraction> extractions)
An array of Extraction to hold structured data.
-