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返回的实例StateProsodyFragmentState返回的实例中获取 Prosody 信息。

适用于