Home
last modified time | relevance | path

Searched defs:VoiceData (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/speech/
Dtts_controller.h60 struct VoiceData { struct
64 std::string name;
65 std::string lang;
66 TtsGenderType gender;
67 std::string extension_id;
68 std::set<TtsEventType> events;
72 bool remote;
76 bool native;
77 std::string native_voice_identifier;
Dtts_controller.cc59 VoiceData::VoiceData() in VoiceData() function in VoiceData