Java Speech Markup Language

Source: Wikipedia, the free encyclopedia.

Java Speech API Markup Language (JSML) is an

W3C
documentation of the standard. Java Speech API Markup Language and JSpeech Markup Language identical apart from the change in name, which is made to protect Sun trademarks.

JSML is primarily an XML text format used by Java applications to annotate text input to speech synthesizers. Elements of JSML provide speech synthesizer with detailed information on how to speak text in a naturalized fashion.

JSML defines elements which define a document's structure, the pronunciation of certain words and phrases, features of speech such as emphasis and intonation, etc. JSML is designed in the Java fashion to be simple to learn and use, to be portable across different synthesizers and computing platforms, and although designed for use within is also applicable to a wide range of languages. An example of how JSML is defined is set out below:

<jsml> 
  <div type="paragraph">This block about <literal>JSML</literal> is constructed as
  a <emphasis><literal> JSML </literal></emphasis> example.</div> 
</jsml>

The

W3C recommendation
in 2004.

References

External links