TextFragment.State プロパティ

定義

TextFragment の音声属性情報を取得または設定します。

public:
 property System::Speech::Synthesis::TtsEngine::FragmentState State { System::Speech::Synthesis::TtsEngine::FragmentState get(); void set(System::Speech::Synthesis::TtsEngine::FragmentState value); };
public System.Speech.Synthesis.TtsEngine.FragmentState State { get; set; }
member this.State : System.Speech.Synthesis.TtsEngine.FragmentState with get, set
Public Property State As FragmentState

プロパティ値

FragmentState のインスタンスは、返されるか、または TextFragment の音声の属性情報を設定するために使用されます。

注釈

このプロパティの既定値は null です。

Prosody 情報は、 によって返される のProsodyインスタンスの プロパティによってProsody返される StateFragmentStateインスタンスから取得できます。

適用対象