Phonetics
public struct Phonetics : Equatable
Phonetic strings of all of the readable Instruction properties.
Important
This is a Public Preview API. It may be changed or removed at any time.-
init(street:streetLanguageCode: roadNumbers: roadNumberLanguageCodes: signpostText: signpostTextLanguageCode: phoneticAlphabet: ) Initializer.
Declaration
Swift
public init( street: String = "", streetLanguageCode: String = "", roadNumbers: [String] = [], roadNumberLanguageCodes: [String] = [], signpostText: String = "", signpostTextLanguageCode: String = "", phoneticAlphabet: String = "" ) throwsParameters
streetPhonetic string for the street.
streetLanguageCodeCode for the language in which
streetis encoded.roadNumbersPhonetic strings for road numbers.
roadNumberLanguageCodesCodes for the languages in which the
roadNumbersare encoded.signpostTextPhonetic string for signpost text.
signpostTextLanguageCodeCode for the language in which the
signpostTextis encoded.phoneticAlphabetPhonetic alphabet indicating the type of phonetics stored.
-
Phonetic string for the street.
Declaration
Swift
public let street: String -
Code for the language in which
streetis encoded.Declaration
Swift
public let streetLanguageCode: String -
Phonetic strings for road numbers.
Declaration
Swift
public let roadNumbers: [String] -
Codes for the languages in which the
roadNumbersare encoded.Declaration
Swift
public let roadNumberLanguageCodes: [String] -
Phonetic string for signpost text.
Declaration
Swift
public let signpostText: String -
Code for the language in which the
signpostTextis encoded.Declaration
Swift
public let signpostTextLanguageCode: String -
Phonetic alphabet indicating the type of phonetics stored.
Declaration
Swift
public let phoneticAlphabet: String
Phonetics Structure Reference