NotificationFormatOption enum
Indicates the formatting option of phoneme included in the notification.
Values
- plain → const NotificationFormatOption
-
No phoneme is used for this option as plain orthographic form is included in the notification. Example: 'After 300 meters turn right onto Wall Street.'.
- ssml → const NotificationFormatOption
-
Phoneme in SSML format is included in the notification, only if ManeuverNotificationOptions.enablePhoneme option is set to
true. Example: 'After 300 meters turn right onto '. Some 3rd party TTS engines may support it. Please check www.w3.org/TR/speech-synthesis11/ for detailed information about the SSML format.<lang xml:lang="ENG"> <phoneme alphabet="nts" ph=""wɔːl"striːt" orthmode="ignorepunct">Wall Street</phoneme></lang>.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NotificationFormatOption> - A constant List of the values in this enum, in order of their declaration.