| 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.TextDetectionResult
Description
Documentation
data TextDetectionResult Source #
Information about text detected in a video. Incudes the detected text, the time in milliseconds from the start of the video that the text was detected, and where it was detected on the screen.
See: newTextDetectionResult smart constructor.
Constructors
| TextDetectionResult' | |
Fields
| |
Instances
newTextDetectionResult :: TextDetectionResult Source #
Create a value of TextDetectionResult 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:textDetection:TextDetectionResult', textDetectionResult_textDetection - Details about text detected in a video.
$sel:timestamp:TextDetectionResult', textDetectionResult_timestamp - The time, in milliseconds from the start of the video, that the text was
detected.
textDetectionResult_textDetection :: Lens' TextDetectionResult (Maybe TextDetection) Source #
Details about text detected in a video.
textDetectionResult_timestamp :: Lens' TextDetectionResult (Maybe Integer) Source #
The time, in milliseconds from the start of the video, that the text was detected.