Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data CharacterOffsets Source #
For characters that were detected as issues, where they occur in the transcript.
See: newCharacterOffsets
smart constructor.
CharacterOffsets' | |
|
Instances
:: Natural | |
-> Natural | |
-> CharacterOffsets |
Create a value of CharacterOffsets
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:beginOffsetChar:CharacterOffsets'
, characterOffsets_beginOffsetChar
- The beginning of the issue.
$sel:endOffsetChar:CharacterOffsets'
, characterOffsets_endOffsetChar
- The end of the issue.
characterOffsets_beginOffsetChar :: Lens' CharacterOffsets Natural Source #
The beginning of the issue.
characterOffsets_endOffsetChar :: Lens' CharacterOffsets Natural Source #
The end of the issue.