From bc141378ac5338eb8b07603233570e042a384b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D1=83=D0=B1=D0=BE=D0=B2=D0=B8=D0=BA=20=D0=9C=D0=B0?= =?UTF-8?q?=D0=BA=D1=81=D0=B8=D0=BC?= Date: Mon, 21 Dec 2020 20:42:47 +0200 Subject: [PATCH] Added SSML option (#14548) --- source/_integrations/google_cloud.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/google_cloud.markdown b/source/_integrations/google_cloud.markdown index 25043f7967e..47815bc7f63 100644 --- a/source/_integrations/google_cloud.markdown +++ b/source/_integrations/google_cloud.markdown @@ -113,6 +113,11 @@ profiles: required: false type: list default: "[]" +text_type: + description: "Default text type. Supported text types are `text` and `ssml`. Read more on what is that and how to use SSML [here](https://cloud.google.com/text-to-speech/docs/ssml)." + required: false + type: string + default: "text" {% endconfiguration %} ### Full configuration example @@ -131,6 +136,7 @@ tts: speed: 0.9 pitch: -2.5 gain: -5.0 + text_type: ssml profiles: - telephony-class-application - wearable-class-device