class Aws::MediaLive::Types::Scte27SourceSettings

Scte27 Source Settings

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

data as a hash:

    {
      ocr_language: "DEU", # accepts DEU, ENG, FRA, NLD, POR, SPA
      pid: 1,
    }

@!attribute [rw] ocr_language

If you will configure a WebVTT caption description that references
this caption selector, use this field to provide the language to
consider when translating the image-based source to text.
@return [String]

@!attribute [rw] pid

The pid field is used in conjunction with the caption selector
languageCode field as follows: - Specify PID and Language: Extracts
captions from that PID; the language is "informational". - Specify
PID and omit Language: Extracts the specified PID. - Omit PID and
specify Language: Extracts the specified language, whichever PID
that happens to be. - Omit PID and omit Language: Valid only if
source is DVB-Sub that is being passed through; all languages will
be passed through.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte27SourceSettings AWS API Documentation

Constants

SENSITIVE