共用方式為


TextPhoneme 類別

定義

表示呼叫 TextReverseConversionGenerator.GetPhonemesAsync 方法的結果,封裝原始顯示文字和符合原始顯示文字的 Phonemes。

public ref class TextPhoneme sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TextPhoneme final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TextPhoneme
Public NotInheritable Class TextPhoneme
繼承
Object Platform::Object IInspectable TextPhoneme
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

備註

您的程式碼不會具現化這個類別的物件。 相反地,物件會具現化並傳回給您做為 TextReverseConversionGenerator.GetPhonemesAsync 方法的輸出。

屬性

DisplayText

取得日文電話的顯示文字。

ReadingText

取得 DisplayText的注音讀取,並在 Hiragana 中使用日文字元。

適用於