Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

JapanesePhoneme Class

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.

Represents a single Japanese word (a "reading") that has been extracted from a Japanese string by JapanesePhoneticAnalyzer.

public ref class JapanesePhoneme sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.STA)]
class JapanesePhoneme final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.STA)]
public sealed class JapanesePhoneme
Public NotInheritable Class JapanesePhoneme
Inheritance
Object Platform::Object IInspectable JapanesePhoneme
Attributes

Windows requirements

Requirements Description
Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract (introduced in v1.0)

Remarks

JapanesePhoneme objects are created by calls to JapanesePhoneticAnalyzer.GetWords(String) or JapanesePhoneticAnalyzer.GetWords(String, Boolean).

See the remarks for JapanesePhoneticAnalyzer for a more complete discussion and example.

Properties

Name Description
DisplayText

Gets the text to display for this Japanese word.

IsPhraseStart

Gets a Boolean that indicates if this Japanese word is the start of a phrase.

YomiText

Gets the "reading" (the pronunciation of DisplayText) for this Japanese word.

Applies to

See also


Feedback

Was this page helpful?