Assigned
Status Update
Comments
rm...@google.com <rm...@google.com>
rm...@google.com <rm...@google.com> #2
Hello,
Thank you for reaching out. I'm going to create an internal feature request. Please keep in mind that this feature request has to be analyzed and considered by the product team and I can't provide you ETA for it to be delivered. However, you can keep track of the status by following this thread.
Description
Problem you have encountered:
According tohttps://cloud.google.com/text-to-speech/docs/ssml the
<mark>
tag is supported by the text-to-speech API. However, it seems to have no observable effect to me.What you expected to happen:
Steps to reproduce:
<speak>Go from <mark name="here"/> here, to <mark name="there"/> there!</speak>
Other information (workarounds you have tried, documentation consulted, etc):
Interestingly, when trying the API athttps://cloud.google.com/text-to-speech and entering the sample ssml
<speak>Go from <mark name="here"/> here, to <mark name="there"/> there!</speak>
(switch to SSML mode first of course), the generated "request body" that is displayed below the form has already stripped the marks from the request; it seems to know that it will not have any effect.