Searched defs:VoiceData (Results 1 – 2 of 2) sorted by relevance
60 struct VoiceData { struct64 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;
59 VoiceData::VoiceData() in VoiceData() function in VoiceData