🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

VerbatimTtsAnnotation

The text associated with this annotation is a series of characters that have to be read verbatim.

Source set: Common
public class VerbatimTtsAnnotation(public 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.