次の方法で共有


SpeechSynthesisStream.Markers プロパティ

定義

SpeechSynthesisStream に関連付けられているタイムライン マーカーのコレクションを取得します。

注意

SpeechSynthesisStream.Markers は非推奨です。 MediaPlayerElement オブジェクトと MediaPlaybackItem オブジェクトを代わりに使用することをお勧めします (SpeechSynthesizerOptions オブジェクトの IncludeSentenceBoundaryMetadata プロパティと IncludeWordBoundaryMetadata プロパティと組み合わせて使用します)。

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

プロパティ値

このメソッドが正常に完了すると、ストリーム内のタイムライン マーカーを表す IMediaMarker オブジェクトのコレクションが返されます。

適用対象

こちらもご覧ください