Wordclass

A single spoken word and the span of time it's spoken over.

objectWord
Namespace
global
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.SubtitleTrack.Word

Properties3

Showing 3 properties

public float Sandbox.SubtitleTrack.Word.EndTime { get; set; }PUBLICGETSET

End time in seconds.

Returns:float

public float Sandbox.SubtitleTrack.Word.StartTime { get; set; }PUBLICGETSET

Start time in seconds.

Returns:float

public string Sandbox.SubtitleTrack.Word.Text { get; set; }PUBLICGETSET

The word being spoken, e.g. "hello".

Returns:string

On this page