Fix to get the maximum text size from the engine meta data
[platform/core/uifw/tts.git] / common / tts_config_parser.h
index 73165da..87ba839 100644 (file)
@@ -42,6 +42,7 @@ typedef struct {
        GSList* voices;
        bool    pitch_support;
        bool    need_credential;
+       unsigned int    text_size;
 } tts_engine_info_s;
 
 typedef struct {