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.
6025 6026 6027 |
# File 'sig/types.rbs', line 6025 def caption_synchronization_mode @caption_synchronization_mode end |
#inference_feed_output ⇒ ::String
Returns the value of attribute inference_feed_output.
6026 6027 6028 |
# File 'sig/types.rbs', line 6026 def inference_feed_output @inference_feed_output end |