SpeechSynthesisStream.TimedMetadataTracks Property

Definition

Gets the collection of optional word and sentence boundaries in the speech synthesis stream as specified by the SpeechSynthesizer.Options property.

public:
 property IVectorView<TimedMetadataTrack ^> ^ TimedMetadataTracks { IVectorView<TimedMetadataTrack ^> ^ get(); };
IVectorView<TimedMetadataTrack> TimedMetadataTracks();
public IReadOnlyList<TimedMetadataTrack> TimedMetadataTracks { get; }
var iVectorView = speechSynthesisStream.timedMetadataTracks;
Public ReadOnly Property TimedMetadataTracks As IReadOnlyList(Of TimedMetadataTrack)

Property Value

A collection of TimedMetadataTrack objects.

Implements

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to

See also