| 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.Comprehend.Types.DocumentTypeListItem
Description
Documentation
data DocumentTypeListItem Source #
Document type for each page in the document.
See: newDocumentTypeListItem smart constructor.
Constructors
| DocumentTypeListItem' | |
Instances
newDocumentTypeListItem :: DocumentTypeListItem Source #
Create a value of DocumentTypeListItem 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:page:DocumentTypeListItem', documentTypeListItem_page - Page number.
$sel:type':DocumentTypeListItem', documentTypeListItem_type - Document type.
documentTypeListItem_page :: Lens' DocumentTypeListItem (Maybe Int) Source #
Page number.
documentTypeListItem_type :: Lens' DocumentTypeListItem (Maybe DocumentType) Source #
Document type.