JapanesePhoneme.DisplayText 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 text to display for this Japanese word.
public:
property Platform::String ^ DisplayText { Platform::String ^ get(); };
winrt::hstring DisplayText();
public string DisplayText { get; }
var string = japanesePhoneme.displayText;
Public ReadOnly Property DisplayText As String
Property Value
The display text of this Japanese word. It is a sub-string of the Japanese string originally analyzed by JapanesePhoneticAnalyzer.