Interface CfnChannel.CaptionRectangleProperty

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

@Stability(Stable) public static interface CfnChannel.CaptionRectangleProperty extends software.amazon.jsii.JsiiSerializable
Settings to configure the caption rectangle for an output captions that will be created using this Teletext source captions.

The parent of this entity is TeletextSourceSettings.

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.*;
 CaptionRectangleProperty captionRectangleProperty = CaptionRectangleProperty.builder()
         .height(123)
         .leftOffset(123)
         .topOffset(123)
         .width(123)
         .build();
 

See Also: