如何在 SSML 中用 "Hm" 构造一个句子
How to construct a sentence with "Hm" in SSML
如何使用 Alexa SSML 构造词 "hm"?我试过这个,但它不是完全自然的。请指教
<speak>
<emphasis level="strong"><p>Hm.</p></emphasis>
You are right.
</speak>
使用 SSML 的 Speechcon。
Hmm 可在英语印度 Speechcon 中使用。要在技能的文本到语音响应中包含 speechcon,请使用 <say-as interpret-as="interjection">
SSML 标签
例如:
<speak>
<say-as interpret-as="interjection">hmm</say-as>
<break time="0.5s"/>
You are right.
</speak>
支持的英语列表(印度)Speechcons
如何使用 Alexa SSML 构造词 "hm"?我试过这个,但它不是完全自然的。请指教
<speak>
<emphasis level="strong"><p>Hm.</p></emphasis>
You are right.
</speak>
使用 SSML 的 Speechcon。
Hmm 可在英语印度 Speechcon 中使用。要在技能的文本到语音响应中包含 speechcon,请使用 <say-as interpret-as="interjection">
SSML 标签
例如:
<speak>
<say-as interpret-as="interjection">hmm</say-as>
<break time="0.5s"/>
You are right.
</speak>
支持的英语列表(印度)Speechcons