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 speedLimitAhead = 172
Speed limits & camera

case speedCamera = 173

case speedLimitCamera = 174

case laneCamera = 175

case speed30 = 176

case speed40 = 177

case speed50 = 178

case speed60 = 179

case speed70 = 180

case speed80 = 181

case speed90 = 182

case speed100 = 183

case speed110 = 184

case speed120 = 185

case speed130 = 186

case camera = 187
Additional camera and police types

case roadMarkingCamera = 188

case crossRoadCamera = 189

case forbiddenStopCamera = 190

case mobileCamera = 191

case trafficCamera = 192

case policePatrol = 193

case cameraInBack = 194

case cameraInBothDirections = 195

case accident = 196
Events

case reconstruction = 197

case danger = 198

case overtakingDanger = 199

case pedestrianDanger = 200

case crossroadDanger = 201

case routeUpdated = 202

case routeUpdatedToTollRoad = 203

case goneOffRoute = 204

case speedLimitExceeded = 205

case returnedOnRoute = 206

case wayPointPassed = 207

case pedestrianWaypointPassed = 208

case fasterRouteAvailable = 209

case parkingRouteAvailable = 210

case tollRoadAhead = 211

case schoolAhead = 212

case speedBumpAhead = 213
Speed bumps

case severalSpeedBumpsAhead = 214

case railwayCrossingAhead = 215
Railway crossings

case crosswalk = 216
Pedestrian landmarks

case intoUnderpass = 217
Underpass entrance

case outOfUnderpass = 218
Underpass exit

case intoOverpass = 219
Overpass entrance

case outOfOverpass = 220
Overpass exit

case takeLeftLane = 221
Lanes annotations

case takeMiddleLane = 222

case takeRightLane = 223

case takeSecondLeftLane = 224

case takeSecondRightLane = 225

case takeThirdLeftLane = 226

case takeThirdRightLane = 227

case takeTwoLeftLanes = 228

case takeTwoRightLanes = 229

case takeThreeLeftLanes = 230

case takeThreeRightLanes = 231

case takeLeftLanes = 232

case takeMiddleLanes = 233

case takeRightLanes = 234

case stairsUp = 235
Walking the stairs

case stairsDown = 236

case stairs = 237
Stairs of unknown direction

case dismount = 238
Dismount from vehicle

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

case ontoBicycleRoad = 240

case ontoAutoRoad = 241

case getOffAtTheStop = 242
Tokens for masstransit navigation

case yourStopIsComingSoon = 243

case travelToTheStop = 244

case takeTheBus = 245

case takeTheMinibus = 246

case takeTheRailway = 247

case takeTheSuburban = 248

case takeTheTram = 249

case takeTheTrolleybus = 250

case takeTheUnderground = 251

case takeTheWaterTransport = 252

case takeTheTransport = 253

case elevatorDown = 254
Indoor-specific tokens

case elevatorUp = 255

case escalator = 256

case escalatorDown = 257

case escalatorUp = 258

case travolator = 259

case travolatorDown = 260

case travolatorUp = 261

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

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

case exitTurn_Masc = 264

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

case getRight = 266

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

case lanesLocative = 268
Plural for LaneLocative

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

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

case bridge = 271
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


speedLimitAhead

case speedLimitAhead = 172

Speed limits & camera


speedCamera

case speedCamera = 173


speedLimitCamera

case speedLimitCamera = 174


laneCamera

case laneCamera = 175


speed30

case speed30 = 176


speed40

case speed40 = 177


speed50

case speed50 = 178


speed60

case speed60 = 179


speed70

case speed70 = 180


speed80

case speed80 = 181


speed90

case speed90 = 182


speed100

case speed100 = 183


speed110

case speed110 = 184


speed120

case speed120 = 185


speed130

case speed130 = 186


camera

case camera = 187

Additional camera and police types


roadMarkingCamera

case roadMarkingCamera = 188


crossRoadCamera

case crossRoadCamera = 189


forbiddenStopCamera

case forbiddenStopCamera = 190


mobileCamera

case mobileCamera = 191


trafficCamera

case trafficCamera = 192


policePatrol

case policePatrol = 193


cameraInBack

case cameraInBack = 194


cameraInBothDirections

case cameraInBothDirections = 195


accident

case accident = 196

Events


reconstruction

case reconstruction = 197


danger

case danger = 198


overtakingDanger

case overtakingDanger = 199


pedestrianDanger

case pedestrianDanger = 200


crossroadDanger

case crossroadDanger = 201


routeUpdated

case routeUpdated = 202


routeUpdatedToTollRoad

case routeUpdatedToTollRoad = 203


goneOffRoute

case goneOffRoute = 204


speedLimitExceeded

case speedLimitExceeded = 205


returnedOnRoute

case returnedOnRoute = 206


wayPointPassed

case wayPointPassed = 207


pedestrianWaypointPassed

case pedestrianWaypointPassed = 208


fasterRouteAvailable

case fasterRouteAvailable = 209


parkingRouteAvailable

case parkingRouteAvailable = 210


tollRoadAhead

case tollRoadAhead = 211


schoolAhead

case schoolAhead = 212


speedBumpAhead

case speedBumpAhead = 213

Speed bumps


severalSpeedBumpsAhead

case severalSpeedBumpsAhead = 214


railwayCrossingAhead

case railwayCrossingAhead = 215

Railway crossings


crosswalk

case crosswalk = 216

Pedestrian landmarks


intoUnderpass

case intoUnderpass = 217

Underpass entrance


outOfUnderpass

case outOfUnderpass = 218

Underpass exit


intoOverpass

case intoOverpass = 219

Overpass entrance


outOfOverpass

case outOfOverpass = 220

Overpass exit


takeLeftLane

case takeLeftLane = 221

Lanes annotations


takeMiddleLane

case takeMiddleLane = 222


takeRightLane

case takeRightLane = 223


takeSecondLeftLane

case takeSecondLeftLane = 224


takeSecondRightLane

case takeSecondRightLane = 225


takeThirdLeftLane

case takeThirdLeftLane = 226


takeThirdRightLane

case takeThirdRightLane = 227


takeTwoLeftLanes

case takeTwoLeftLanes = 228


takeTwoRightLanes

case takeTwoRightLanes = 229


takeThreeLeftLanes

case takeThreeLeftLanes = 230


takeThreeRightLanes

case takeThreeRightLanes = 231


takeLeftLanes

case takeLeftLanes = 232


takeMiddleLanes

case takeMiddleLanes = 233


takeRightLanes

case takeRightLanes = 234


stairsUp

case stairsUp = 235

Walking the stairs


stairsDown

case stairsDown = 236


stairs

case stairs = 237

Stairs of unknown direction


dismount

case dismount = 238

Dismount from vehicle


ontoPedestrianRoad

case ontoPedestrianRoad = 239

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


ontoBicycleRoad

case ontoBicycleRoad = 240


ontoAutoRoad

case ontoAutoRoad = 241


getOffAtTheStop

case getOffAtTheStop = 242

Tokens for masstransit navigation


yourStopIsComingSoon

case yourStopIsComingSoon = 243


travelToTheStop

case travelToTheStop = 244


takeTheBus

case takeTheBus = 245


takeTheMinibus

case takeTheMinibus = 246


takeTheRailway

case takeTheRailway = 247


takeTheSuburban

case takeTheSuburban = 248


takeTheTram

case takeTheTram = 249


takeTheTrolleybus

case takeTheTrolleybus = 250


takeTheUnderground

case takeTheUnderground = 251


takeTheWaterTransport

case takeTheWaterTransport = 252


takeTheTransport

case takeTheTransport = 253


elevatorDown

case elevatorDown = 254

Indoor-specific tokens


elevatorUp

case elevatorUp = 255


escalator

case escalator = 256


escalatorDown

case escalatorDown = 257


escalatorUp

case escalatorUp = 258


travolator

case travolator = 259


travolatorDown

case travolatorDown = 260


travolatorUp

case travolatorUp = 261


andOne

case andOne = 262

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


exitTurn_Fem

case exitTurn_Fem = 263

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


exitTurn_Masc

case exitTurn_Masc = 264


getLeft

case getLeft = 265

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


getRight

case getRight = 266


roundabout

case roundabout = 267

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


lanesLocative

case lanesLocative = 268

Plural for LaneLocative


doExit

case doExit = 269

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


tunnel

case tunnel = 270

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


bridge

case bridge = 271

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