Interface DvbSubSourceSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DvbSubSourceSettings.Builder,
,DvbSubSourceSettings> SdkBuilder<DvbSubSourceSettings.Builder,
,DvbSubSourceSettings> SdkPojo
- Enclosing class:
DvbSubSourceSettings
@Mutable
@NotThreadSafe
public static interface DvbSubSourceSettings.Builder
extends SdkPojo, CopyableBuilder<DvbSubSourceSettings.Builder,DvbSubSourceSettings>
-
Method Summary
Modifier and TypeMethodDescriptionocrLanguage
(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.ocrLanguage
(DvbSubOcrLanguage 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.When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pid
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.- Parameters:
pid
- When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-