Uses of Class
software.amazon.awssdk.services.textract.model.SplitDocument
-
Packages that use SplitDocument Package Description software.amazon.awssdk.services.textract.model -
-
Uses of SplitDocument in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type SplitDocument Modifier and Type Method Description List<SplitDocument>DocumentGroup. splitDocuments()An array that contains information about the pages of a document, defined by logical boundary.Methods in software.amazon.awssdk.services.textract.model with parameters of type SplitDocument Modifier and Type Method Description DocumentGroup.BuilderDocumentGroup.Builder. splitDocuments(SplitDocument... splitDocuments)An array that contains information about the pages of a document, defined by logical boundary.Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type SplitDocument Modifier and Type Method Description DocumentGroup.BuilderDocumentGroup.Builder. splitDocuments(Collection<SplitDocument> splitDocuments)An array that contains information about the pages of a document, defined by logical boundary.
-