Class: Aws::Types::CaptionDescription
- Inherits:
-
Object
- Object
- Aws::Types::CaptionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accessibility ⇒ "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
Returns the value of attribute accessibility.
-
#caption_dash_roles ⇒ ::Array[("ALTERNATE" | "CAPTION" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EASYREADER" | "EMERGENCY" | "FORCED-SUBTITLE" | "KARAOKE" | "MAIN" | "METADATA" | "SUBTITLE" | "SUPPLEMENTARY")]
Returns the value of attribute caption_dash_roles.
-
#caption_selector_name ⇒ ::String
Returns the value of attribute caption_selector_name.
-
#destination_settings ⇒ Types::CaptionDestinationSettings
Returns the value of attribute destination_settings.
-
#dvb_dash_accessibility ⇒ "DVBDASH_1_VISUALLY_IMPAIRED", ...
Returns the value of attribute dvb_dash_accessibility.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#language_description ⇒ ::String
Returns the value of attribute language_description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#accessibility ⇒ "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
Returns the value of attribute accessibility.
413 414 415 |
# File 'sig/types.rbs', line 413 def accessibility @accessibility end |
#caption_dash_roles ⇒ ::Array[("ALTERNATE" | "CAPTION" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EASYREADER" | "EMERGENCY" | "FORCED-SUBTITLE" | "KARAOKE" | "MAIN" | "METADATA" | "SUBTITLE" | "SUPPLEMENTARY")]
Returns the value of attribute caption_dash_roles.
419 420 421 |
# File 'sig/types.rbs', line 419 def caption_dash_roles @caption_dash_roles end |
#caption_selector_name ⇒ ::String
Returns the value of attribute caption_selector_name.
414 415 416 |
# File 'sig/types.rbs', line 414 def caption_selector_name @caption_selector_name end |
#destination_settings ⇒ Types::CaptionDestinationSettings
Returns the value of attribute destination_settings.
415 416 417 |
# File 'sig/types.rbs', line 415 def destination_settings @destination_settings end |
#dvb_dash_accessibility ⇒ "DVBDASH_1_VISUALLY_IMPAIRED", ...
Returns the value of attribute dvb_dash_accessibility.
420 421 422 |
# File 'sig/types.rbs', line 420 def dvb_dash_accessibility @dvb_dash_accessibility end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
416 417 418 |
# File 'sig/types.rbs', line 416 def language_code @language_code end |
#language_description ⇒ ::String
Returns the value of attribute language_description.
417 418 419 |
# File 'sig/types.rbs', line 417 def language_description @language_description end |
#name ⇒ ::String
Returns the value of attribute name.
418 419 420 |
# File 'sig/types.rbs', line 418 def name @name end |