Class CfnChannel.SmartSubtitleSourceSettingsProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.SmartSubtitleSourceSettingsProperty : CfnChannel.ISmartSubtitleSourceSettingsProperty
Syntax (vb)
Public Class CfnChannel.SmartSubtitleSourceSettingsProperty Implements CfnChannel.ISmartSubtitleSourceSettingsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var smartSubtitleSourceSettingsProperty = new SmartSubtitleSourceSettingsProperty {
CaptionSynchronizationMode = "captionSynchronizationMode",
InferenceFeedOutput = "inferenceFeedOutput"
};
Synopsis
Constructors
| SmartSubtitleSourceSettingsProperty() |
Properties
| CaptionSynchronizationMode | |
| InferenceFeedOutput |
Constructors
SmartSubtitleSourceSettingsProperty()
public SmartSubtitleSourceSettingsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var smartSubtitleSourceSettingsProperty = new SmartSubtitleSourceSettingsProperty {
CaptionSynchronizationMode = "captionSynchronizationMode",
InferenceFeedOutput = "inferenceFeedOutput"
};
Properties
CaptionSynchronizationMode
public string? CaptionSynchronizationMode { get; set; }
Property Value
Remarks
InferenceFeedOutput
public string? InferenceFeedOutput { get; set; }