Interface CfnChannel.SmartSubtitleSourceSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.SmartSubtitleSourceSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.SmartSubtitleSourceSettingsProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 SmartSubtitleSourceSettingsProperty smartSubtitleSourceSettingsProperty = SmartSubtitleSourceSettingsProperty.builder()
         .captionSynchronizationMode("captionSynchronizationMode")
         .inferenceFeedOutput("inferenceFeedOutput")
         .build();
 

See Also: