SpeechValue

class SpeechValue

The state is returned when the speech is ready to be played on the UI. It's also returned as a fallback when MapboxSpeechApi.generate fails. In this case, the File from the SpeechAnnouncement will be null.

Parameters

announcement

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

announcement
Link copied to clipboard
val announcement: SpeechAnnouncement