Class: Aws::Types::ContentQualityAnalysisFeatureConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ContentQualityAnalysisFeatureConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#black_frames ⇒ Types::BlackFramesConfiguration
Returns the value of attribute black_frames.
-
#frozen_frames ⇒ Types::FrozenFramesConfiguration
Returns the value of attribute frozen_frames.
-
#silent_audio ⇒ Types::SilentAudioConfiguration
Returns the value of attribute silent_audio.
Instance Attribute Details
#black_frames ⇒ Types::BlackFramesConfiguration
Returns the value of attribute black_frames.
327 328 329 |
# File 'sig/types.rbs', line 327 def black_frames @black_frames end |
#frozen_frames ⇒ Types::FrozenFramesConfiguration
Returns the value of attribute frozen_frames.
328 329 330 |
# File 'sig/types.rbs', line 328 def frozen_frames @frozen_frames end |
#silent_audio ⇒ Types::SilentAudioConfiguration
Returns the value of attribute silent_audio.
329 330 331 |
# File 'sig/types.rbs', line 329 def silent_audio @silent_audio end |