TextPhoneme.ReadingText Property

Definition

Gets the phonetic reading of the DisplayText, with Japanese characters in Hiragana.

public:
 property Platform::String ^ ReadingText { Platform::String ^ get(); };
winrt::hstring ReadingText();
public string ReadingText { get; }
var string = textPhoneme.readingText;
Public ReadOnly Property ReadingText As String

Property Value

String

Platform::String

winrt::hstring

The reading of the DisplayText, with Japanese characters in Hiragana.

For an example, for the input string "今日はいい天気", the display texts are '"今日", "は", "いい", "天気"' and the corresponding reading texts are "きょう", "は", "いい", "てんき".

Applies to