@mcut/timeline
captionWordSchema
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / timeline/src / captionWordSchema
Variable: captionWordSchema
const captionWordSchema: ZodObject<{
endMs: ZodNumber;
startMs: ZodNumber;
text: ZodString;
}, $strip>;Defined in: packages/timeline/src/model.ts:135
Word timing relative to the owning caption element's startMs.