Show / Hide Table of Contents

Class CfnChannel.SmartSubtitleSourceSettingsProperty

Inheritance
object
CfnChannel.SmartSubtitleSourceSettingsProperty
Implements
CfnChannel.ISmartSubtitleSourceSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-smartsubtitlesourcesettings.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-smartsubtitlesourcesettings.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-smartsubtitlesourcesettings.html#cfn-medialive-channel-smartsubtitlesourcesettings-captionsynchronizationmode

InferenceFeedOutput

public string? InferenceFeedOutput { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-smartsubtitlesourcesettings.html#cfn-medialive-channel-smartsubtitlesourcesettings-inferencefeedoutput

Implements

CfnChannel.ISmartSubtitleSourceSettingsProperty
Back to top Generated by DocFX