Changes for version 0.02 - 2016-02-14
- Removed a debugging print statement.
- The `lang` attribute was required on the constructor, but as noted in the doc it shouldn't be. You can specify the lang when submitting a job, and if you've done neither, then it will croak. Thanks to José Joaquín Atria for pointing this out.
- Fixed typo in the doc.
Modules
- WebService::Speechmatics - ALPHA interface to speech-to-text API from speechmatics.com
- WebService::Speechmatics::Job - data object that holds details of a transcription job
- WebService::Speechmatics::Speaker - data object that holds details of a speaker in a transcript
- WebService::Speechmatics::Submission - data object that holds the response from submitting a job
- WebService::Speechmatics::Transcript - data object that holds details of a transcription
- WebService::Speechmatics::User - data object that holds details of a user account
- WebService::Speechmatics::Word - data object that holds details of a word in a transcript