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.
278 279 280 |
# File 'sig/types.rbs', line 278 def aspect_ratio @aspect_ratio end |
#dictionary ⇒ ::String
Returns the value of attribute dictionary.
279 280 281 |
# File 'sig/types.rbs', line 279 def dictionary @dictionary end |
#language ⇒ "eng", ...
Returns the value of attribute language.
277 278 279 |
# File 'sig/types.rbs', line 277 def language @language end |
#profanity_filter ⇒ "DISABLED", ...
Returns the value of attribute profanity_filter.
280 281 282 |
# File 'sig/types.rbs', line 280 def profanity_filter @profanity_filter end |