The region property of the VTTCue interface returns and sets the VTTRegion that this cue belongs to.
region
external VTTRegion? get region;
external set region(VTTRegion? value);