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.
332 333 334 |
# File 'sig/types.rbs', line 332 def aspect_ratio @aspect_ratio end |
#dictionary ⇒ ::String
Returns the value of attribute dictionary.
333 334 335 |
# File 'sig/types.rbs', line 333 def dictionary @dictionary end |
#language ⇒ "eng", ...
Returns the value of attribute language.
331 332 333 |
# File 'sig/types.rbs', line 331 def language @language end |
#profanity_filter ⇒ "DISABLED", ...
Returns the value of attribute profanity_filter.
334 335 336 |
# File 'sig/types.rbs', line 334 def profanity_filter @profanity_filter end |