class Aws::MediaConvert::Types::TeletextDestinationSettings

Settings related to teletext captions. Set up teletext captions in the same output as your video. For more information, see docs.aws.amazon.com/mediaconvert/latest/ug/teletext-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to TELETEXT.

@note When making an API call, you may pass TeletextDestinationSettings

data as a hash:

    {
      page_number: "__stringMin3Max3Pattern1809aFAF09aEAE",
      page_types: ["PAGE_TYPE_INITIAL"], # accepts PAGE_TYPE_INITIAL, PAGE_TYPE_SUBTITLE, PAGE_TYPE_ADDL_INFO, PAGE_TYPE_PROGRAM_SCHEDULE, PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE
    }

@!attribute [rw] page_number

Set pageNumber to the Teletext page number for the destination
captions for this output. This value must be a three-digit
hexadecimal string; strings ending in -FF are invalid. If you are
passing through the entire set of Teletext data, do not use this
field.
@return [String]

@!attribute [rw] page_types

Specify the page types for this Teletext page. If you don't specify
a value here, the service sets the page type to the default value
Subtitle (PAGE\_TYPE\_SUBTITLE). If you pass through the entire set
of Teletext data, don't use this field. When you pass through a set
of Teletext pages, your output has the same page types as your
input.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/TeletextDestinationSettings AWS API Documentation

Constants

SENSITIVE