VerbatimTtsAnnotation
-
Cmn
class VerbatimTtsAnnotation : TtsAnnotation
| kotlin.Any | ||
| ↳ | androidx.compose.ui.text.TtsAnnotation | |
| ↳ | androidx.compose.ui.text.VerbatimTtsAnnotation |
The text associated with this annotation is a series of characters that have to be read verbatim.
Summary
Public constructors |
|
|---|---|
VerbatimTtsAnnotation(verbatim: String) |
Cmn
|
Public properties |
||
|---|---|---|
String |
a string where the characters are read verbatim except whitespace. |
Cmn
|
Extension functions |
||
|---|---|---|
TtsSpan |
android
|
Public constructors
VerbatimTtsAnnotation
VerbatimTtsAnnotation(verbatim: String)
| Parameters | |
|---|---|
verbatim: String |
a string where the characters are read verbatim except whitespace. |