Created
March 31, 2021 20:55
-
-
Save shams-ahmed/d310b73dae0cafa899f4aac29ce3e5f0 to your computer and use it in GitHub Desktop.
Symbl.ai: Fetching the transcription from Symbl.ai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self?.symblAI.transcript(for: upload, { transcript in | |
print(transcript) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment