SpeechSynthesisStream.TimedMetadataTracks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
|