Windows.Globalization.GlobalizationJapanesePhoneticAnalyzerContract
Represents a single Japanese word (a "reading") that has been extracted from a Japanese string by JapanesePhoneticAnalyzer.
Gets the text to display for this Japanese word.
The display text of this Japanese word. It is a sub-string of the Japanese string originally analyzed by JapanesePhoneticAnalyzer.
Gets a Boolean that indicates if this Japanese word is the start of a phrase.
**true** if this Japanese word is the start of a phrase, otherwise **false**.
Gets the "reading" (the pronunciation of DisplayText ) for this Japanese word.
The "reading" (the pronunciation of DisplayText, represented by a sequence of Hiragana characters).
Reads a Japanese string that is a combination of Kanji characters and Hiragana characters, and returns a collection of proper readings from the string with word breaks.
Reads a Japanese string that is a combination of Kanji characters and Hiragana characters, and returns a collection of proper readings from the string with word breaks.
A Japanese string that is a combination of Kanji characters and Hiragana characters.
A collection of JapanesePhoneme objects that represent proper readings from the string with word breaks.
Reads a Japanese string that is a combination of Kanji characters and Hiragana characters, and returns a collection of proper readings from the string with word breaks. Optionally uses the "Mono Ruby" strategy in breaking multi-Kanji words into multiple Kanji words.
A Japanese string that is a combination of Kanji characters and Hiragana characters.
Specifies the use of the word-breaking strategy "Mono Ruby". If **true**, the word-breaking strategy "Mono Ruby" is used. "Mono Ruby" more aggressively attempts to break multi-Kanji words into multiple Kanji words.
A collection of JapanesePhoneme objects that represent proper readings from the string with word breaks.