| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Textract.Types.SplitDocument
Description
Synopsis
Documentation
data SplitDocument Source #
Contains information about the pages of a document, defined by logical boundary.
See: newSplitDocument smart constructor.
Constructors
| SplitDocument' | |
Instances
newSplitDocument :: SplitDocument Source #
Create a value of SplitDocument with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:index:SplitDocument', splitDocument_index - The index for a given document in a DocumentGroup of a specific Type.
$sel:pages:SplitDocument', splitDocument_pages - An array of page numbers for a for a given document, ordered by logical
boundary.
splitDocument_index :: Lens' SplitDocument (Maybe Natural) Source #
The index for a given document in a DocumentGroup of a specific Type.
splitDocument_pages :: Lens' SplitDocument (Maybe [Natural]) Source #
An array of page numbers for a for a given document, ordered by logical boundary.