#import "MWMTextToSpeech.h" #include #include @interface MWMTextToSpeech (CPP) // Returns a list of available languages in the following format: // * name in bcp47; // * localized name; - (std::vector>)availableLanguages; - (std::pair)standardLanguage; @end namespace tts { std::string translateLocale(std::string const & localeString); } // namespace tts