Class: Aws::Types::SmartSubtitleSourceSettings
- Inherits:
-
Object
- Object
- Aws::Types::SmartSubtitleSourceSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caption_synchronization_mode ⇒ "NO_VIDEO_DELAY", "VIDEO_ALIGNED_CAPTIONS"
Returns the value of attribute caption_synchronization_mode.
-
#inference_feed_output ⇒ ::String
Returns the value of attribute inference_feed_output.
Instance Attribute Details
#caption_synchronization_mode ⇒ "NO_VIDEO_DELAY", "VIDEO_ALIGNED_CAPTIONS"
Returns the value of attribute caption_synchronization_mode.
6022 6023 6024 |
# File 'sig/types.rbs', line 6022 def caption_synchronization_mode @caption_synchronization_mode end |
#inference_feed_output ⇒ ::String
Returns the value of attribute inference_feed_output.
6023 6024 6025 |
# File 'sig/types.rbs', line 6023 def inference_feed_output @inference_feed_output end |