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
- Attributes
Windows requirements
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
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. |