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 PointOfInterest Source #
The section of the contact audio where that category rule was detected.
See: newPointOfInterest
smart constructor.
PointOfInterest' | |
|
Instances
:: Natural | |
-> Natural | |
-> PointOfInterest |
Create a value of PointOfInterest
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:beginOffsetMillis:PointOfInterest'
, pointOfInterest_beginOffsetMillis
- The beginning offset in milliseconds where the category rule was
detected.
$sel:endOffsetMillis:PointOfInterest'
, pointOfInterest_endOffsetMillis
- The ending offset in milliseconds where the category rule was detected.
pointOfInterest_beginOffsetMillis :: Lens' PointOfInterest Natural Source #
The beginning offset in milliseconds where the category rule was detected.
pointOfInterest_endOffsetMillis :: Lens' PointOfInterest Natural Source #
The ending offset in milliseconds where the category rule was detected.