amazonka-rekognition-2.0: Amazon Rekognition SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Rekognition.Types.StreamProcessingStopSelector

Description

 
Synopsis

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

  • maxDurationInSeconds :: Maybe Natural

    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.

Instances

Instances details
ToJSON StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

Generic StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

Associated Types

type Rep StreamProcessingStopSelector :: Type -> Type #

Read StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

Show StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

NFData StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

Eq StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

Hashable StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

type Rep StreamProcessingStopSelector Source # 
Instance details

Defined in Amazonka.Rekognition.Types.StreamProcessingStopSelector

type Rep StreamProcessingStopSelector = D1 ('MetaData "StreamProcessingStopSelector" "Amazonka.Rekognition.Types.StreamProcessingStopSelector" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "StreamProcessingStopSelector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxDurationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

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.