PHP code example of codemonkey76 / transcription
1. Go to this page and download the library: Download codemonkey76/transcription library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
codemonkey76 / transcription example snippets
use Codemonkey76\Transcription;
$jobName = Transcription::start($file);
sleep(60);
$result = Transcription::status($jobName);
php artisan vendor:publish --provider="Codemonkey76\Transcription\TranscriptionServiceProvider"