PhonemeReachedEventArgs.NextPhoneme 属性
定义
获取 PhonemeReached 事件所关联音素随后的音素。Gets the phoneme following the phoneme associated with the PhonemeReached event.
public:
property System::String ^ NextPhoneme { System::String ^ get(); };
public string NextPhoneme { get; }
member this.NextPhoneme : string
Public ReadOnly Property NextPhoneme As String
属性值
包含下一个音素的字符串。A string containing the next phoneme.