Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Text-to-Speech ignores punctuation in SSML formatting

{
"input": {
"ssml": "<p><s>Piso en venta por 298.750 euros</s><s>Moderno apartamento en Benalmádena con amplias vistas al mar y terraza privada</s><s>Cerca de la playa y servicios</s><s>¡Llámanos ya!</s></p>"
},
"voice": {
"languageCode": "es-ES"
},
"audioConfig": {
"audioEncoding": "LINEAR16",
"effectsProfileId": [
"handset-class-device"
]
}
}

when i generate the audio it ignores all sorts of punctuation like </s><s> or <break time="500ms"/>

0 1 294