var languageMap : [String : [String]]
A dictionary that maps script tags to arrays of language tags.
書体タグを言語タグの配列にマップする辞書。
var dominantScript : String
The dominant script for the text.
このテキストに対する優勢な書体。
func dominantLanguage (forScript : String) -> String?
Returns the dominant language for the specified script.
指定された書体に対する優勢な言語を返します。
func languages(forScript : String) -> [String]?
Returns the list of languages for the specified script.
指定された書体に対する言語のリストを返します。
var allScripts : [String]
The scripts appearing as keys in the language map.
キーとして言語マップの中に現れる書体。
var allLanguages : [String]
The languages appearing in values of the language map.
言語マップの値の中に現れる言語それら。