init(spokenPhrase:)
Initializes the string with the specified phrase.
Declaration
convenience init(spokenPhrase: String)Parameters
- spokenPhrase:
The phrase to be spoken.
Return Value
An initialized speakable string object.
Initializes the string with the specified phrase.
convenience init(spokenPhrase: String)The phrase to be spoken.
An initialized speakable string object.