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