Class: Aws::Types::SubtitlingConfig
- Inherits:
-
Object
- Object
- Aws::Types::SubtitlingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute aspect_ratio.
-
#dictionary ⇒ ::String
Returns the value of attribute dictionary.
-
#language ⇒ "eng", ...
Returns the value of attribute language.
-
#profanity_filter ⇒ "DISABLED", ...
Returns the value of attribute profanity_filter.
Instance Attribute Details
#aspect_ratio ⇒ Types::AspectRatio
Returns the value of attribute aspect_ratio.
381 382 383 |
# File 'sig/types.rbs', line 381 def aspect_ratio @aspect_ratio end |
#dictionary ⇒ ::String
Returns the value of attribute dictionary.
382 383 384 |
# File 'sig/types.rbs', line 382 def dictionary @dictionary end |
#language ⇒ "eng", ...
Returns the value of attribute language.
380 381 382 |
# File 'sig/types.rbs', line 380 def language @language end |
#profanity_filter ⇒ "DISABLED", ...
Returns the value of attribute profanity_filter.
383 384 385 |
# File 'sig/types.rbs', line 383 def profanity_filter @profanity_filter end |