TextPhoneme.DisplayText Property

Definition

Gets the display text for a Japanese phoneme.

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

Property Value

String

Platform::String

winrt::hstring

The display text as originally passed to TextReverseConversionGenerator.GetPhonemesAsync. In the typical use case of passing a Japanese sentence to that method, the display text is one phonetic part of the sentence in Kanji or a mix of Kanji and phonetic characters.

Applies to