Interface Scte27CaptionSourceOptions

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
Scte27CaptionSourceOptions.Jsii$Proxy

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:41.324Z") @Stability(Experimental) public interface Scte27CaptionSourceOptions extends software.amazon.jsii.JsiiSerializable
(experimental) Options for an SCTE-27 caption source.

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.alpha.*;
 OcrLanguage ocrLanguage;
 Scte27CaptionSourceOptions scte27CaptionSourceOptions = Scte27CaptionSourceOptions.builder()
         .ocrLanguage(ocrLanguage)
         .pid(123)
         .build();
 
  • Method Details

    • getOcrLanguage

      @Stability(Experimental) @Nullable default OcrLanguage getOcrLanguage()
      (experimental) The OCR language to use when converting this image-based source to text.

      Default: - MediaLive service default

    • getPid

      @Stability(Experimental) @Nullable default Number getPid()
      (experimental) The PID to extract captions from.

      See the MediaLive docs for how PID and languageCode interact.

      Default: - MediaLive service default

    • builder

      @Stability(Experimental) static Scte27CaptionSourceOptions.Builder builder()
      Returns:
      a Scte27CaptionSourceOptions.Builder of Scte27CaptionSourceOptions