Values_0.VisualSubtitleLabelOptionsSourceThe subtitle label options for a visual.
type nonrec t = {visibility : Visibility.t option;The visibility of the subtitle label.
*)formatText : LongFormatText.t option;The long text format of the subtitle label, such as plain text or rich text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of LongPlainText.t ]) list ])
list ]