Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
object ErrorCodes
Link copied to clipboard
Link copied to clipboard
sealed interface ResultHandler
Link copied to clipboard
@RequiresApi(value = 15)
class TtsProgressConverter(val onStart: (Uuid) -> Unit, val onComplete: (Uuid, Result<Unit>) -> Unit) : UtteranceProgressListener
class TtsProgressConverter(callbackHandler: CallbackHandler<AVSpeechUtterance>, onStart: (Uuid) -> Unit, onComplete: (Uuid, Result<Unit>) -> Unit) : NSObject, AVSpeechSynthesizerDelegateProtocol

Functions

Link copied to clipboard
fun getContinuationId(utteranceId: String?): Uuid?
Link copied to clipboard
fun SynthesisScope(supervisorJob: Job): CoroutineScope
Link copied to clipboard
fun ObjCObjectVar<NSError?>.throwOnError()