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
CharacterId
Speaker character id. Empty for narrator/unattributed lines.
public string CharacterId { get; }
Property Value
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; }