Builder

class Builder(announcement: String)

Build a new SpeechAnnouncement

Parameters

announcement

normal announcement text retrieved from VoiceInstructions.

Constructors

Builder
Link copied to clipboard
fun Builder(announcement: String)
normal announcement text retrieved from VoiceInstructions.

Functions

build
Link copied to clipboard
fun build(): SpeechAnnouncement
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
file
Link copied to clipboard
fun file(file: File?): SpeechAnnouncement.Builder
Change the DeviceType
hashCode
Link copied to clipboard
open fun hashCode(): Int
ssmlAnnouncement
Link copied to clipboard
fun ssmlAnnouncement(ssmlAnnouncement: String?): SpeechAnnouncement.Builder
SSML announcement text retrieved from VoiceInstructions
toString
Link copied to clipboard
open fun toString(): String