MediaCaptionView

One caption line authored on a MediaView. Pre-resolved against the active locale at hydration.

public class MediaCaptionView

Inheritance System.Object → MediaCaptionView

Properties

At

Caption start time within the media, in seconds.

public float At { get; }
Property Value

System.Single

CharacterId

Speaker character id. Empty for narrator/unattributed lines.

public string CharacterId { get; }
Property Value

System.String

End

Optional end time (seconds); null when the caption persists until the next.

public Nullable<float> End { get; }
Property Value

System.Nullable<System.Single>

Text

Resolved caption text in the active locale.

public string Text { get; }
Property Value

System.String

Docs last synced: 2026-07-08
Screenshot viewer