Hi Experts,
Can any one differentiate these two statements in voice tag
<voice name="Carol">
<say-as interpret-as="Carol">Samsung Reclaim 5750</say-as>
</voice>
<voice name="Carol">
Samsung Reclaim 5750
</voice>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In both the above examples "Carol" should be the name of the voice to speak the contained text.
The moment we add children "say-as" to it specifies how a word or phrase is spoken.
Say-as can have "interpret-as attribute" which defines the Style of a given text format. It has specified list of supported values like date, time, etc
For more details please refer :: SSML 1.0 say-as attribute values
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thank you amagniho, I will refer these documents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.