Class: Aws::MediaLive::Types::Scte27SourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::Scte27SourceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Scte27 Source Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ocr_language ⇒ String
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.
-
#pid ⇒ Integer
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”.
Instance Attribute Details
#ocr_language ⇒ String
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.
11119 11120 11121 11122 11123 11124 |
# File 'lib/aws-sdk-medialive/types.rb', line 11119 class Scte27SourceSettings < Struct.new( :ocr_language, :pid) SENSITIVE = [] include Aws::Structure end |
#pid ⇒ Integer
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.
11119 11120 11121 11122 11123 11124 |
# File 'lib/aws-sdk-medialive/types.rb', line 11119 class Scte27SourceSettings < Struct.new( :ocr_language, :pid) SENSITIVE = [] include Aws::Structure end |