| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static Scte27SourceSettings.Builder |
Scte27SourceSettings.builder() |
Scte27SourceSettings.Builder |
Scte27SourceSettings.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.Builder |
Scte27SourceSettings.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.Builder |
Scte27SourceSettings.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.Builder |
Scte27SourceSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scte27SourceSettings.Builder> |
Scte27SourceSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaptionSelectorSettings.Builder |
CaptionSelectorSettings.Builder.scte27SourceSettings(Consumer<Scte27SourceSettings.Builder> scte27SourceSettings)
Sets the value of the Scte27SourceSettings property for this object.
|
Copyright © 2022. All rights reserved.