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.
349 350 351 |
# File 'sig/types.rbs', line 349 def aspect_ratio @aspect_ratio end |
#dictionary ⇒ ::String
Returns the value of attribute dictionary.
350 351 352 |
# File 'sig/types.rbs', line 350 def dictionary @dictionary end |
#language ⇒ "eng", ...
Returns the value of attribute language.
348 349 350 |
# File 'sig/types.rbs', line 348 def language @language end |
#profanity_filter ⇒ "DISABLED", ...
Returns the value of attribute profanity_filter.
351 352 353 |
# File 'sig/types.rbs', line 351 def profanity_filter @profanity_filter end |