Share via


JapanesePhoneme.DisplayText Property

Definition

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

String

Platform::String

winrt::hstring

The display text of this Japanese word. It is a sub-string of the Japanese string originally analyzed by JapanesePhoneticAnalyzer.

Applies to

See also