0

I'm trying to write a function that will generate a script read with SSML tags, and with elements of the script being inserted dynamically based on data pulled from the Twitter API.

I can't find a list of SSML tags and features that Actions on Google support. Is there a comprehensive list somewhere?

Appreciate any input.

4

1 回答 1

0

这里列出了基本标签:https ://developers.google.com/actions/reference/ssml 但实际上还有更多标签,例如:

    <voice gender="male" variant="1"> </voice>

你可以看看https://www.w3.org/TR/speech-synthesis11/#S3.2.1还有什么。

于 2019-01-30T14:27:05.513 回答