UI Voice
/
com.mapbox.navigation.ui.voice.model
/
SpeechAnnouncement
androidJvm
Speech
Announcement
class
SpeechAnnouncement
Content copied to clipboard
Types
Functions
Properties
Types
Builder
Link copied to clipboard
androidJvm
class
Builder
(announcement:
String
)
Content copied to clipboard
Build a new
SpeechAnnouncement
Functions
equals
Link copied to clipboard
androidJvm
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
Regenerate whenever a change is made
hashCode
Link copied to clipboard
androidJvm
open override fun
hashCode
():
Int
Content copied to clipboard
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
androidJvm
fun
toBuilder
():
SpeechAnnouncement.Builder
Content copied to clipboard
toString
Link copied to clipboard
androidJvm
open override fun
toString
():
String
Content copied to clipboard
Returns a string representation of the object.
Properties
announcement
Link copied to clipboard
androidJvm
val
announcement
:
String
Content copied to clipboard
normal announcement text retrieved from
VoiceInstructions
.
file
Link copied to clipboard
androidJvm
val
file
:
File
?
Content copied to clipboard
synthesized speech mp3.
ssmlAnnouncement
Link copied to clipboard
androidJvm
val
ssmlAnnouncement
:
String
?
Content copied to clipboard
SSML announcement text retrieved from
VoiceInstructions
.