TtsUtteranceData

data class TtsUtteranceData(val charOffset: Int, val id: Int, val text: LocalizableString)

Constructors

Link copied to clipboard
fun TtsUtteranceData(charOffset: Int, id: Int, text: LocalizableString)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)

Properties

Link copied to clipboard

The character offset into the text where the TtsSynthesizer should start reading.

Link copied to clipboard
val id: Int

A number identifying this utterance used in the TtsSynthesizerContext callbacks.

Link copied to clipboard

The text content for the TTS engine.