

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 柔和地說話
<a name="phonation-tag"></a>

*<amazon:effect phonation="soft">*

目前只有標準 TTS 格式支援此標籤。

若要指定輸入文字的說出聲音應該比正常聲音更柔和，請使用 <amazon:effect phonation="soft"> 標籤。

此屬性使用語法：

```
<amazon:effect phonation="soft">{{text}}</amazon:effect>
```

例如，您可以使用此標籤搭配 Matthew 語音，如下所示：

```
<speak>
     This is Matthew speaking in my normal voice. <amazon:effect phonation="soft">This 
     is Matthew speaking in my softer voice.</amazon:effect>
</speak>
```



