YMKSpeakerPhraseToken

Warning

This feature is available in the Full MapKit SDK version

enum YMKSpeakerPhraseToken : UInt, @unchecked Sendable

Summary

Enum cases

case one = 0
Cardinal numbers

case two = 1

case three = 2

case four = 3

case five = 4

case six = 5

case seven = 6

case eight = 7

case nine = 8

case ten = 9

case eleven = 10

case twelve = 11

case thirteen = 12

case fourteen = 13

case fifteen = 14

case sixteen = 15

case seventeen = 16

case eighteen = 17

case nineteen = 18

case twenty = 19

case thirty = 20

case forty = 21

case fifty = 22

case sixty = 23

case seventy = 24

case eighty = 25

case ninety = 26

case oneHundred = 27

case twoHundred = 28

case threeHundred = 29

case fourHundred = 30

case fiveHundred = 31

case sixHundred = 32

case sevenHundred = 33

case eightHundred = 34

case nineHundred = 35

case oneHundredExactly = 36

case arOneGenitive = 37
Arabic numbers in genitive case

case arTwoGenitive = 38

case arThreeGenitive = 39

case arFourGenitive = 40

case arFiveGenitive = 41

case arSixGenitive = 42

case arSevenGenitive = 43

case arEightGenitive = 44

case arNineGenitive = 45

case arTenGenitive = 46

case arElevenGenitive = 47

case arTwelveGenitive = 48

case arThirteenGenitive = 49

case arFourteenGenitive = 50

case arFifteenGenitive = 51

case arSixteenGenitive = 52

case arSeventeenGenitive = 53

case arEighteenGenitive = 54

case arNineteenGenitive = 55

case arTwentyGenitive = 56

case arThirtyGenitive = 57

case arFortyGenitive = 58

case arFiftyGenitive = 59

case arSixtyGenitive = 60

case arSeventyGenitive = 61

case arEightyGenitive = 62

case arNinetyGenitive = 63

case arOneHundredGenitive = 64

case arTwoHundredGenitive = 65

case arThreeHundredGenitive = 66

case arFourHundredGenitive = 67

case arFiveHundredGenitive = 68

case arSixHundredGenitive = 69

case arSevenHundredGenitive = 70

case arEightHundredGenitive = 71

case arNineHundredGenitive = 72

case esTwentyOne = 73
Spanish twenties

case esTwentyTwo = 74

case esTwentyThree = 75

case esTwentyFour = 76

case esTwentyFive = 77

case esTwentySix = 78

case esTwentySeven = 79

case esTwentyEight = 80

case esTwentyNine = 81

case hyTwentyTwo = 82
Armenian special two-digit numbers

case hyTwentyThree = 83

case hyThirtyTwo = 84

case hyThirtyThree = 85

case hyFortyTwo = 86

case hyFortyThree = 87

case hyFiftyTwo = 88

case hyFiftyThree = 89

case hySixtyTwo = 90

case hySixtyThree = 91

case hySeventyTwo = 92

case hySeventyThree = 93

case hyEightyTwo = 94

case hyEightyThree = 95

case hyNinetyTwo = 96

case hyNinetyThree = 97

case first = 98
Ordinal numbers

case second = 99

case third = 100

case fourth = 101

case fifth = 102

case sixth = 103

case seventh = 104

case eighth = 105

case ninth = 106

case tenth = 107

case eleventh = 108

case twelfth = 109

case kilometer = 110
Distance unit

case kilometers = 111

case kilometers_2_4 = 112

case meter = 113

case meters = 114

case meters_2_4 = 115

case arKilometerSingularNominative = 116
Arabic distance unit

case arKilometerSingularGenitive = 117

case arKilometerSingularAccusative = 118

case arKilometerDualNominative = 119

case arKilometerDualGenitive = 120

case arKilometerPluralGenitive = 121

case arMeterSingularNominative = 122

case arMeterSingularGenitive = 123

case arMeterSingularAccusative = 124

case arMeterDualNominative = 125

case arMeterDualGenitive = 126

case arMeterPluralGenitive = 127

case then = 128
Linking words

case over = 129
Prepositions

case and = 130
Conjunctions

case ahead = 131
Auxiliary words

case attention = 132

case straight = 133
Manoeuvres

case continueStraight = 134

case walkStraight = 135

case enterRoundabout = 136

case routeWillFinish = 137

case routeFinished = 138

case pedestrianRouteFinished = 139

case hardTurnLeft = 140

case hardTurnRight = 141

case takeLeft = 142

case takeRight = 143

case turnBack = 144

case turnLeft = 145

case turnRight = 146

case boardFerry = 147

case exit = 148

case leftTurn = 149

case rightTurn = 150

case atFirstExit = 151

case atSecondExit = 152

case atThirdExit = 153

case atFourthExit = 154

case atFifthExit = 155

case afterBridge = 156
Landmarks

case afterTunnel = 157

case atTrafficLights = 158

case beforeBridge = 159

case beforeTrafficLights = 160

case beforeTunnel = 161

case intoCourtyard = 162

case intoTunnel = 163

case toBridge = 164

case toFrontageRoad = 165

case atLeft = 166
Rows

case atRight = 167

case atMiddle = 168

case andRight = 169

case andMiddle = 170

case laneLocative = 171

case speedCamera = 172
Speed limits & camera

case speedLimitCamera = 173

case laneCamera = 174

case speed30 = 175

case speed40 = 176

case speed50 = 177

case speed60 = 178

case speed70 = 179

case speed80 = 180

case speed90 = 181

case speed100 = 182

case speed110 = 183

case speed120 = 184

case speed130 = 185

case camera = 186
Additional camera and police types

case roadMarkingCamera = 187

case crossRoadCamera = 188

case forbiddenStopCamera = 189

case mobileCamera = 190

case trafficCamera = 191

case policePatrol = 192

case cameraInBack = 193

case cameraInBothDirections = 194

case accident = 195
Events

case reconstruction = 196

case danger = 197

case overtakingDanger = 198

case pedestrianDanger = 199

case crossroadDanger = 200

case routeUpdated = 201

case routeUpdatedToTollRoad = 202

case goneOffRoute = 203

case speedLimitExceeded = 204

case returnedOnRoute = 205

case wayPointPassed = 206

case pedestrianWaypointPassed = 207

case fasterRouteAvailable = 208

case parkingRouteAvailable = 209

case tollRoadAhead = 210

case schoolAhead = 211

case speedBumpAhead = 212
Speed bumps

case severalSpeedBumpsAhead = 213

case railwayCrossingAhead = 214
Railway crossings

case crosswalk = 215
Pedestrian landmarks

case intoUnderpass = 216
Underpass entrance

case outOfUnderpass = 217
Underpass exit

case intoOverpass = 218
Overpass entrance

case outOfOverpass = 219
Overpass exit

case takeLeftLane = 220
Lanes annotations

case takeMiddleLane = 221

case takeRightLane = 222

case takeSecondLeftLane = 223

case takeSecondRightLane = 224

case takeThirdLeftLane = 225

case takeThirdRightLane = 226

case takeTwoLeftLanes = 227

case takeTwoRightLanes = 228

case takeThreeLeftLanes = 229

case takeThreeRightLanes = 230

case takeLeftLanes = 231

case takeMiddleLanes = 232

case takeRightLanes = 233

case stairsUp = 234
Walking the stairs

case stairsDown = 235

case stairs = 236
Stairs of unknown direction

case dismount = 237
Dismount from vehicle

case ontoPedestrianRoad = 238
special phrases for turning on special road type (for bicycle)

case ontoBicycleRoad = 239

case ontoAutoRoad = 240

case getOffAtTheStop = 241
Tokens for masstransit navigation

case yourStopIsComingSoon = 242

case travelToTheStop = 243

case takeTheBus = 244

case takeTheMinibus = 245

case takeTheRailway = 246

case takeTheSuburban = 247

case takeTheTram = 248

case takeTheTrolleybus = 249

case takeTheUnderground = 250

case takeTheWaterTransport = 251

case takeTheTransport = 252

case elevatorDown = 253
Indoor-specific tokens

case elevatorUp = 254

case escalator = 255

case escalatorDown = 256

case escalatorUp = 257

case travolator = 258

case travolatorDown = 259

case travolatorUp = 260

case andOne = 261
Language-specific In numbers ending in 1 (except 1 and

case exitTurn_Fem = 262
'take' in 'take exit/roundabout' with feminine or masculine article (fr: prenez la/le, it: prendi la)

case exitTurn_Masc = 263

case getLeft = 264
'left/right' without 'turn' (fr: à gauche, it: a destra)

case getRight = 265

case roundabout = 266
'roundabout' without an article, like in 'roundabout in 100 meters' or after ExitTurn_Fem/Masc

case lanesLocative = 267
Plural for LaneLocative

case doExit = 268
Short for 'exit, turn' (it: esci)

case tunnel = 269
Special form of AfterTunnel for languages, where different form should be used with distance

case bridge = 270
Special form of AfterBridge for languages, where different form should be used with distance

Enum cases

one

case one = 0

Cardinal numbers


two

case two = 1


three

case three = 2


four

case four = 3


five

case five = 4


six

case six = 5


seven

case seven = 6


eight

case eight = 7


nine

case nine = 8


ten

case ten = 9


eleven

case eleven = 10


twelve

case twelve = 11


thirteen

case thirteen = 12


fourteen

case fourteen = 13


fifteen

case fifteen = 14


sixteen

case sixteen = 15


seventeen

case seventeen = 16


eighteen

case eighteen = 17


nineteen

case nineteen = 18


twenty

case twenty = 19


thirty

case thirty = 20


forty

case forty = 21


fifty

case fifty = 22


sixty

case sixty = 23


seventy

case seventy = 24


eighty

case eighty = 25


ninety

case ninety = 26


oneHundred

case oneHundred = 27


twoHundred

case twoHundred = 28


threeHundred

case threeHundred = 29


fourHundred

case fourHundred = 30


fiveHundred

case fiveHundred = 31


sixHundred

case sixHundred = 32


sevenHundred

case sevenHundred = 33


eightHundred

case eightHundred = 34


nineHundred

case nineHundred = 35


oneHundredExactly

case oneHundredExactly = 36


arOneGenitive

case arOneGenitive = 37

Arabic numbers in genitive case


arTwoGenitive

case arTwoGenitive = 38


arThreeGenitive

case arThreeGenitive = 39


arFourGenitive

case arFourGenitive = 40


arFiveGenitive

case arFiveGenitive = 41


arSixGenitive

case arSixGenitive = 42


arSevenGenitive

case arSevenGenitive = 43


arEightGenitive

case arEightGenitive = 44


arNineGenitive

case arNineGenitive = 45


arTenGenitive

case arTenGenitive = 46


arElevenGenitive

case arElevenGenitive = 47


arTwelveGenitive

case arTwelveGenitive = 48


arThirteenGenitive

case arThirteenGenitive = 49


arFourteenGenitive

case arFourteenGenitive = 50


arFifteenGenitive

case arFifteenGenitive = 51


arSixteenGenitive

case arSixteenGenitive = 52


arSeventeenGenitive

case arSeventeenGenitive = 53


arEighteenGenitive

case arEighteenGenitive = 54


arNineteenGenitive

case arNineteenGenitive = 55


arTwentyGenitive

case arTwentyGenitive = 56


arThirtyGenitive

case arThirtyGenitive = 57


arFortyGenitive

case arFortyGenitive = 58


arFiftyGenitive

case arFiftyGenitive = 59


arSixtyGenitive

case arSixtyGenitive = 60


arSeventyGenitive

case arSeventyGenitive = 61


arEightyGenitive

case arEightyGenitive = 62


arNinetyGenitive

case arNinetyGenitive = 63


arOneHundredGenitive

case arOneHundredGenitive = 64


arTwoHundredGenitive

case arTwoHundredGenitive = 65


arThreeHundredGenitive

case arThreeHundredGenitive = 66


arFourHundredGenitive

case arFourHundredGenitive = 67


arFiveHundredGenitive

case arFiveHundredGenitive = 68


arSixHundredGenitive

case arSixHundredGenitive = 69


arSevenHundredGenitive

case arSevenHundredGenitive = 70


arEightHundredGenitive

case arEightHundredGenitive = 71


arNineHundredGenitive

case arNineHundredGenitive = 72


esTwentyOne

case esTwentyOne = 73

Spanish twenties


esTwentyTwo

case esTwentyTwo = 74


esTwentyThree

case esTwentyThree = 75


esTwentyFour

case esTwentyFour = 76


esTwentyFive

case esTwentyFive = 77


esTwentySix

case esTwentySix = 78


esTwentySeven

case esTwentySeven = 79


esTwentyEight

case esTwentyEight = 80


esTwentyNine

case esTwentyNine = 81


hyTwentyTwo

case hyTwentyTwo = 82

Armenian special two-digit numbers


hyTwentyThree

case hyTwentyThree = 83


hyThirtyTwo

case hyThirtyTwo = 84


hyThirtyThree

case hyThirtyThree = 85


hyFortyTwo

case hyFortyTwo = 86


hyFortyThree

case hyFortyThree = 87


hyFiftyTwo

case hyFiftyTwo = 88


hyFiftyThree

case hyFiftyThree = 89


hySixtyTwo

case hySixtyTwo = 90


hySixtyThree

case hySixtyThree = 91


hySeventyTwo

case hySeventyTwo = 92


hySeventyThree

case hySeventyThree = 93


hyEightyTwo

case hyEightyTwo = 94


hyEightyThree

case hyEightyThree = 95


hyNinetyTwo

case hyNinetyTwo = 96


hyNinetyThree

case hyNinetyThree = 97


first

case first = 98

Ordinal numbers


second

case second = 99


third

case third = 100


fourth

case fourth = 101


fifth

case fifth = 102


sixth

case sixth = 103


seventh

case seventh = 104


eighth

case eighth = 105


ninth

case ninth = 106


tenth

case tenth = 107


eleventh

case eleventh = 108


twelfth

case twelfth = 109


kilometer

case kilometer = 110

Distance unit


kilometers

case kilometers = 111


kilometers_2_4

case kilometers_2_4 = 112


meter

case meter = 113


meters

case meters = 114


meters_2_4

case meters_2_4 = 115


arKilometerSingularNominative

case arKilometerSingularNominative = 116

Arabic distance unit


arKilometerSingularGenitive

case arKilometerSingularGenitive = 117


arKilometerSingularAccusative

case arKilometerSingularAccusative = 118


arKilometerDualNominative

case arKilometerDualNominative = 119


arKilometerDualGenitive

case arKilometerDualGenitive = 120


arKilometerPluralGenitive

case arKilometerPluralGenitive = 121


arMeterSingularNominative

case arMeterSingularNominative = 122


arMeterSingularGenitive

case arMeterSingularGenitive = 123


arMeterSingularAccusative

case arMeterSingularAccusative = 124


arMeterDualNominative

case arMeterDualNominative = 125


arMeterDualGenitive

case arMeterDualGenitive = 126


arMeterPluralGenitive

case arMeterPluralGenitive = 127


then

case then = 128

Linking words


over

case over = 129

Prepositions


and

case and = 130

Conjunctions


ahead

case ahead = 131

Auxiliary words


attention

case attention = 132


straight

case straight = 133

Manoeuvres


continueStraight

case continueStraight = 134


walkStraight

case walkStraight = 135


enterRoundabout

case enterRoundabout = 136


routeWillFinish

case routeWillFinish = 137


routeFinished

case routeFinished = 138


pedestrianRouteFinished

case pedestrianRouteFinished = 139


hardTurnLeft

case hardTurnLeft = 140


hardTurnRight

case hardTurnRight = 141


takeLeft

case takeLeft = 142


takeRight

case takeRight = 143


turnBack

case turnBack = 144


turnLeft

case turnLeft = 145


turnRight

case turnRight = 146


boardFerry

case boardFerry = 147


exit

case exit = 148


leftTurn

case leftTurn = 149


rightTurn

case rightTurn = 150


atFirstExit

case atFirstExit = 151


atSecondExit

case atSecondExit = 152


atThirdExit

case atThirdExit = 153


atFourthExit

case atFourthExit = 154


atFifthExit

case atFifthExit = 155


afterBridge

case afterBridge = 156

Landmarks


afterTunnel

case afterTunnel = 157


atTrafficLights

case atTrafficLights = 158


beforeBridge

case beforeBridge = 159


beforeTrafficLights

case beforeTrafficLights = 160


beforeTunnel

case beforeTunnel = 161


intoCourtyard

case intoCourtyard = 162


intoTunnel

case intoTunnel = 163


toBridge

case toBridge = 164


toFrontageRoad

case toFrontageRoad = 165


atLeft

case atLeft = 166

Rows


atRight

case atRight = 167


atMiddle

case atMiddle = 168


andRight

case andRight = 169


andMiddle

case andMiddle = 170


laneLocative

case laneLocative = 171


speedCamera

case speedCamera = 172

Speed limits & camera


speedLimitCamera

case speedLimitCamera = 173


laneCamera

case laneCamera = 174


speed30

case speed30 = 175


speed40

case speed40 = 176


speed50

case speed50 = 177


speed60

case speed60 = 178


speed70

case speed70 = 179


speed80

case speed80 = 180


speed90

case speed90 = 181


speed100

case speed100 = 182


speed110

case speed110 = 183


speed120

case speed120 = 184


speed130

case speed130 = 185


camera

case camera = 186

Additional camera and police types


roadMarkingCamera

case roadMarkingCamera = 187


crossRoadCamera

case crossRoadCamera = 188


forbiddenStopCamera

case forbiddenStopCamera = 189


mobileCamera

case mobileCamera = 190


trafficCamera

case trafficCamera = 191


policePatrol

case policePatrol = 192


cameraInBack

case cameraInBack = 193


cameraInBothDirections

case cameraInBothDirections = 194


accident

case accident = 195

Events


reconstruction

case reconstruction = 196


danger

case danger = 197


overtakingDanger

case overtakingDanger = 198


pedestrianDanger

case pedestrianDanger = 199


crossroadDanger

case crossroadDanger = 200


routeUpdated

case routeUpdated = 201


routeUpdatedToTollRoad

case routeUpdatedToTollRoad = 202


goneOffRoute

case goneOffRoute = 203


speedLimitExceeded

case speedLimitExceeded = 204


returnedOnRoute

case returnedOnRoute = 205


wayPointPassed

case wayPointPassed = 206


pedestrianWaypointPassed

case pedestrianWaypointPassed = 207


fasterRouteAvailable

case fasterRouteAvailable = 208


parkingRouteAvailable

case parkingRouteAvailable = 209


tollRoadAhead

case tollRoadAhead = 210


schoolAhead

case schoolAhead = 211


speedBumpAhead

case speedBumpAhead = 212

Speed bumps


severalSpeedBumpsAhead

case severalSpeedBumpsAhead = 213


railwayCrossingAhead

case railwayCrossingAhead = 214

Railway crossings


crosswalk

case crosswalk = 215

Pedestrian landmarks


intoUnderpass

case intoUnderpass = 216

Underpass entrance


outOfUnderpass

case outOfUnderpass = 217

Underpass exit


intoOverpass

case intoOverpass = 218

Overpass entrance


outOfOverpass

case outOfOverpass = 219

Overpass exit


takeLeftLane

case takeLeftLane = 220

Lanes annotations


takeMiddleLane

case takeMiddleLane = 221


takeRightLane

case takeRightLane = 222


takeSecondLeftLane

case takeSecondLeftLane = 223


takeSecondRightLane

case takeSecondRightLane = 224


takeThirdLeftLane

case takeThirdLeftLane = 225


takeThirdRightLane

case takeThirdRightLane = 226


takeTwoLeftLanes

case takeTwoLeftLanes = 227


takeTwoRightLanes

case takeTwoRightLanes = 228


takeThreeLeftLanes

case takeThreeLeftLanes = 229


takeThreeRightLanes

case takeThreeRightLanes = 230


takeLeftLanes

case takeLeftLanes = 231


takeMiddleLanes

case takeMiddleLanes = 232


takeRightLanes

case takeRightLanes = 233


stairsUp

case stairsUp = 234

Walking the stairs


stairsDown

case stairsDown = 235


stairs

case stairs = 236

Stairs of unknown direction


dismount

case dismount = 237

Dismount from vehicle


ontoPedestrianRoad

case ontoPedestrianRoad = 238

special phrases for turning on special road type (for bicycle)


ontoBicycleRoad

case ontoBicycleRoad = 239


ontoAutoRoad

case ontoAutoRoad = 240


getOffAtTheStop

case getOffAtTheStop = 241

Tokens for masstransit navigation


yourStopIsComingSoon

case yourStopIsComingSoon = 242


travelToTheStop

case travelToTheStop = 243


takeTheBus

case takeTheBus = 244


takeTheMinibus

case takeTheMinibus = 245


takeTheRailway

case takeTheRailway = 246


takeTheSuburban

case takeTheSuburban = 247


takeTheTram

case takeTheTram = 248


takeTheTrolleybus

case takeTheTrolleybus = 249


takeTheUnderground

case takeTheUnderground = 250


takeTheWaterTransport

case takeTheWaterTransport = 251


takeTheTransport

case takeTheTransport = 252


elevatorDown

case elevatorDown = 253

Indoor-specific tokens


elevatorUp

case elevatorUp = 254


escalator

case escalator = 255


escalatorDown

case escalatorDown = 256


escalatorUp

case escalatorUp = 257


travolator

case travolator = 258


travolatorDown

case travolatorDown = 259


travolatorUp

case travolatorUp = 260


andOne

case andOne = 261

Language-specific In numbers ending in 1 (except 1 and ..11): 21, ..., 91, 101, 121, etc.


exitTurn_Fem

case exitTurn_Fem = 262

'take' in 'take exit/roundabout' with feminine or masculine article (fr: prenez la/le, it: prendi la)


exitTurn_Masc

case exitTurn_Masc = 263


getLeft

case getLeft = 264

'left/right' without 'turn' (fr: à gauche, it: a destra)


getRight

case getRight = 265


roundabout

case roundabout = 266

'roundabout' without an article, like in 'roundabout in 100 meters' or after ExitTurn_Fem/Masc


lanesLocative

case lanesLocative = 267

Plural for LaneLocative


doExit

case doExit = 268

Short for 'exit, turn' (it: esci)


tunnel

case tunnel = 269

Special form of AfterTunnel for languages, where different form should be used with distance


bridge

case bridge = 270

Special form of AfterBridge for languages, where different form should be used with distance