TextPhoneme.ReadingText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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 "きょう", "は", "いい", "てんき".