Class: Aws::Types::CaptionDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessibility"DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"

Returns the value of attribute accessibility.

Returns:

  • ("DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES")


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.

Returns:

  • (::Array[("ALTERNATE" | "CAPTION" | "COMMENTARY" | "DESCRIPTION" | "DUB" | "EASYREADER" | "EMERGENCY" | "FORCED-SUBTITLE" | "KARAOKE" | "MAIN" | "METADATA" | "SUBTITLE" | "SUPPLEMENTARY")])


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.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def caption_selector_name
  @caption_selector_name
end

#destination_settingsTypes::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.

Returns:

  • ("DVBDASH_1_VISUALLY_IMPAIRED", "DVBDASH_2_HARD_OF_HEARING", "DVBDASH_3_SUPPLEMENTAL_COMMENTARY", "DVBDASH_4_DIRECTORS_COMMENTARY", "DVBDASH_5_EDUCATIONAL_NOTES", "DVBDASH_6_MAIN_PROGRAM", "DVBDASH_7_CLEAN_FEED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def language_description
  @language_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def name
  @name
end