You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TTS customization getWords() method is returning escaped Unicode characters for < and >. These characters are returned correctly with the HTTP REST and Node.js interfaces. For example, the following CustomTranslation objects are added to a model with the saveWords() method:
CustomTranslation translation3 = new CustomTranslation("EEE", "<phoneme alphabet=\"ibm\" ph=\"tr1Ipxl.1i\"></phoneme>");
CustomTranslation translation4 = new CustomTranslation("IEEE", "<phoneme alphabet=\"ibm\" ph=\"1Y.tr1Ipxl.1i\"></phoneme>");
The output of getWords() looks like the following:
The TTS customization
getWords()
method is returning escaped Unicode characters for < and >. These characters are returned correctly with the HTTP REST and Node.js interfaces. For example, the following CustomTranslation objects are added to a model with thesaveWords()
method:The output of
getWords()
looks like the following:It should look like this:
The text was updated successfully, but these errors were encountered: