@Stability(value=Stable) public static final class CfnChannel.Scte27SourceSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.Scte27SourceSettingsProperty>
CfnChannel.Scte27SourceSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.Scte27SourceSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.Scte27SourceSettingsProperty.Builder |
ocrLanguage(String ocrLanguage)
Sets the value of
CfnChannel.Scte27SourceSettingsProperty.getOcrLanguage() |
CfnChannel.Scte27SourceSettingsProperty.Builder |
pid(Number pid)
Sets the value of
CfnChannel.Scte27SourceSettingsProperty.getPid() |
@Stability(value=Stable) public CfnChannel.Scte27SourceSettingsProperty.Builder ocrLanguage(String ocrLanguage)
CfnChannel.Scte27SourceSettingsProperty.getOcrLanguage()ocrLanguage - 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.this@Stability(value=Stable) public CfnChannel.Scte27SourceSettingsProperty.Builder pid(Number pid)
CfnChannel.Scte27SourceSettingsProperty.getPid()pid - The PID field is used in conjunction with the captions 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 are passed through.this@Stability(value=Stable) public CfnChannel.Scte27SourceSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.Scte27SourceSettingsProperty>CfnChannel.Scte27SourceSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.