| 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.ComprehendMedical.Types.Characters
Description
Synopsis
Documentation
data Characters Source #
The number of characters in the input text to be analyzed.
See: newCharacters smart constructor.
Constructors
| Characters' | |
Fields
| |
Instances
newCharacters :: Characters Source #
Create a value of Characters 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:originalTextCharacters:Characters', characters_originalTextCharacters - The number of characters present in the input text document as processed
by Comprehend Medical.
characters_originalTextCharacters :: Lens' Characters (Maybe Int) Source #
The number of characters present in the input text document as processed by Comprehend Medical.