aws-cdk-lib.aws_medialive.CfnChannel.Scte27SourceSettingsProperty

interface Scte27SourceSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.Scte27SourceSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_Scte27SourceSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.Scte27SourceSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.Scte27SourceSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » Scte27SourceSettingsProperty

Information about the SCTE-27 captions to extract from the input.

The parent of this entity is CaptionSelectorSettings.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const scte27SourceSettingsProperty: medialive.CfnChannel.Scte27SourceSettingsProperty = {
  ocrLanguage: 'ocrLanguage',
  pid: 123,
};

Properties

NameTypeDescription
ocrLanguage?stringIf 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?numberThe PID field is used in conjunction with the captions selector languageCode field as follows: Specify PID and Language: Extracts captions from that PID;

ocrLanguage?

Type: string (optional)

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?

Type: number (optional)

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.