VerbatimTtsAnnotation
The text associated with this annotation is a series of characters that have to be read verbatim.
VerbatimTtsAnnotation
Class
Common
class VerbatimTtsAnnotation(val verbatim: String) : TtsAnnotation()
The text associated with this annotation is a series of characters that have to be read verbatim.
Parameters
| verbatim | a string where the characters are read verbatim except whitespace. |
