[ACR-1216][tts][Add tts_repeat()]
[platform/core/uifw/tts.git] / client / tts_client.h
index aac943a..fa5eaae 100644 (file)
@@ -68,6 +68,9 @@ typedef struct {
        char*           credential;
        bool            credential_needed;
        bool            internal;
+
+       /* repeatition */
+       char*           text_repeat;
 } tts_client_s;
 
 int tts_client_new(tts_h* tts);