Uses of Class
com.memetix.mst.language.SpokenDialect

Packages that use SpokenDialect
com.memetix.mst.language   
com.memetix.mst.speak   
 

Uses of SpokenDialect in com.memetix.mst.language
 

Methods in com.memetix.mst.language that return SpokenDialect
static SpokenDialect SpokenDialect.fromString(String pLanguage)
           
static SpokenDialect SpokenDialect.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpokenDialect[] SpokenDialect.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SpokenDialect in com.memetix.mst.speak
 

Methods in com.memetix.mst.speak with parameters of type SpokenDialect
static String Speak.execute(String text, SpokenDialect language)
          Detects the language of a supplied String.
 



Copyright © 2012. All Rights Reserved.