public static interface VisualSubtitleLabelOptions.Builder extends SdkPojo, CopyableBuilder<VisualSubtitleLabelOptions.Builder,VisualSubtitleLabelOptions>
| Modifier and Type | Method and Description |
|---|---|
default VisualSubtitleLabelOptions.Builder |
formatText(Consumer<LongFormatText.Builder> formatText)
The long text format of the subtitle label, such as plain text or rich text.
|
VisualSubtitleLabelOptions.Builder |
formatText(LongFormatText formatText)
The long text format of the subtitle label, such as plain text or rich text.
|
VisualSubtitleLabelOptions.Builder |
visibility(String visibility)
The visibility of the subtitle label.
|
VisualSubtitleLabelOptions.Builder |
visibility(Visibility visibility)
The visibility of the subtitle label.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVisualSubtitleLabelOptions.Builder visibility(String visibility)
The visibility of the subtitle label.
visibility - The visibility of the subtitle label.Visibility,
VisibilityVisualSubtitleLabelOptions.Builder visibility(Visibility visibility)
The visibility of the subtitle label.
visibility - The visibility of the subtitle label.Visibility,
VisibilityVisualSubtitleLabelOptions.Builder formatText(LongFormatText formatText)
The long text format of the subtitle label, such as plain text or rich text.
formatText - The long text format of the subtitle label, such as plain text or rich text.default VisualSubtitleLabelOptions.Builder formatText(Consumer<LongFormatText.Builder> formatText)
The long text format of the subtitle label, such as plain text or rich text.
This is a convenience method that creates an instance of theLongFormatText.Builder avoiding the need
to create one manually via LongFormatText.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to formatText(LongFormatText).
formatText - a consumer that will call methods on LongFormatText.BuilderformatText(LongFormatText)Copyright © 2023. All rights reserved.