Uses of Interface
software.amazon.awssdk.services.medialive.model.Scte27SourceSettings.Builder
-
Packages that use Scte27SourceSettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Scte27SourceSettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Scte27SourceSettings.Builder Modifier and Type Method Description static Scte27SourceSettings.BuilderScte27SourceSettings. builder()Scte27SourceSettings.BuilderScte27SourceSettings.Builder. ocrLanguage(String ocrLanguage)If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.Scte27SourceSettings.BuilderScte27SourceSettings.Builder. ocrLanguage(Scte27OcrLanguage ocrLanguage)If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.Scte27SourceSettings.BuilderScte27SourceSettings.Builder. pid(Integer pid)The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational".Scte27SourceSettings.BuilderScte27SourceSettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type Scte27SourceSettings.Builder Modifier and Type Method Description static Class<? extends Scte27SourceSettings.Builder>Scte27SourceSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type Scte27SourceSettings.Builder Modifier and Type Method Description default CaptionSelectorSettings.BuilderCaptionSelectorSettings.Builder. scte27SourceSettings(Consumer<Scte27SourceSettings.Builder> scte27SourceSettings)Sets the value of the Scte27SourceSettings property for this object.
-