| 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.Rekognition.Types.StreamProcessingStopSelector
Description
Documentation
data StreamProcessingStopSelector Source #
Specifies when to stop processing the stream. You can specify a maximum amount of time to process the video.
See: newStreamProcessingStopSelector smart constructor.
Constructors
| StreamProcessingStopSelector' | |
Fields
| |
Instances
newStreamProcessingStopSelector :: StreamProcessingStopSelector Source #
Create a value of StreamProcessingStopSelector 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:maxDurationInSeconds:StreamProcessingStopSelector', streamProcessingStopSelector_maxDurationInSeconds - Specifies the maximum amount of time in seconds that you want the stream
to be processed. The largest amount of time is 2 minutes. The default is
10 seconds.
streamProcessingStopSelector_maxDurationInSeconds :: Lens' StreamProcessingStopSelector (Maybe Natural) Source #
Specifies the maximum amount of time in seconds that you want the stream to be processed. The largest amount of time is 2 minutes. The default is 10 seconds.