Guest User

Untitled

a guest
Jan 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. let utterance = AVSpeechUtterance(string: "Hello world") // Speech: Hello world
  2. let utterance = AVSpeechUtterance(string: "❤️") // Speech: [Red heart]; See paragraph for more description
  3. let utterance = AVSpeechUtterance(string: "$100.99 ") // Speech: One hundred dollars and ninty nine cents
  4. let utterance = AVSpeechUtterance(string: "10cm") // Speech: Ten centimeters
  5. let utterance = AVSpeechUtterance(string: "@ $ % & = + ?") // Speech: [at] [dollar sign] [percent] [and] [equal] [plus]
  6. let utterance = AVSpeechUtterance(string: "hdbjfcng") // Speech: H-D-B-J-F-C-N-G
Add Comment
Please, Sign In to add comment