VerbatimTtsAnnotation


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

Summary

Public constructors

Cmn

Public functions

open operator Boolean
equals(other: Any?)
Cmn
open Int
Cmn
open 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.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

verbatim

val verbatimString

a string where the characters are read verbatim except whitespace.

Extension functions