TextPhoneme Class

Definition

Represents the result of calling the TextReverseConversionGenerator.GetPhonemesAsync method, encapsulating both the original display text and the phonemes that match the original display text.

public ref class TextPhoneme sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TextPhoneme final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TextPhoneme
Public NotInheritable Class TextPhoneme
Inheritance
Object Platform::Object IInspectable TextPhoneme
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

Your code does not instantiate objects of this class. Rather, objects are instantiated and returned to you as the output of the TextReverseConversionGenerator.GetPhonemesAsync method.

Properties

DisplayText

Gets the display text for a Japanese phoneme.

ReadingText

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

Applies to