Class

VerbatimTtsAnnotation

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.