speech-to-text-swift
speech-to-text-swift copied to clipboard
Speech-to-Text example using the Swift SDK
Speech to Text Demo (Swift)
This repository contains an example application to demonstrate how to use the Speech to Text functionality of the Watson Developer Cloud Swift SDK.
Requirements
- iOS 8.0+
- Xcode 9.0+
- Swift 4.0+
Dependency Management
This project uses Carthage to manage dependencies. You can install Carthage using Homebrew.
> brew install carthage
Getting Started
- Clone the repository:
git clone https://github.com/watson-developer-cloud/speech-to-text-swift.git - Build the dependencies:
carthage update --platform iOS. - Copy
CredentialsExample.swifttoCredentials.swift:cp CredentialsExample.swift Credentials.swift - Open
Speech to Text.xcodeprojin Xcode - Update your Speech to Text instance's credentials in
Credentials.swift - Build and run the app!