class func dominantLanguage (for: String) -> String?
Returns the dominant language for the specified string.
指定された文字列に対して優勢な言語を返します。
var dominantLanguage : String?
Returns the dominant language of the string set for the linguistic tagger.
この言語学的タガーに対する文字列集合の優勢な言語を返します。
func orthography(at: Int, effectiveRange : NSRangePointer?) -> NSOrthography?
Returns the orthography at the index and also returns the effective range.
このインデックスでの正書法を返します、そして有効な範囲をまた返します。