| 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.Wisdom.Types.DocumentText
Description
Synopsis
Documentation
data DocumentText Source #
The text of the document.
See: newDocumentText smart constructor.
Constructors
| DocumentText' | |
Instances
newDocumentText :: DocumentText Source #
Create a value of DocumentText 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:highlights:DocumentText', documentText_highlights - Highlights in the document text.
$sel:text:DocumentText', documentText_text - Text in the document.
documentText_highlights :: Lens' DocumentText (Maybe [Highlight]) Source #
Highlights in the document text.
documentText_text :: Lens' DocumentText (Maybe Text) Source #
Text in the document.