| 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 |
Amazonka.Rekognition.Types.LabelDetection
Description
Synopsis
Documentation
data LabelDetection Source #
Information about a label detected in a video analysis request and the time the label was detected in the video.
See: newLabelDetection smart constructor.
Constructors
| LabelDetection' | |
Instances
newLabelDetection :: LabelDetection Source #
Create a value of LabelDetection 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:label:LabelDetection', labelDetection_label - Details about the detected label.
$sel:timestamp:LabelDetection', labelDetection_timestamp - Time, in milliseconds from the start of the video, that the label was
detected.
labelDetection_label :: Lens' LabelDetection (Maybe Label) Source #
Details about the detected label.
labelDetection_timestamp :: Lens' LabelDetection (Maybe Integer) Source #
Time, in milliseconds from the start of the video, that the label was detected.