runff 1.0 commit

This commit is contained in:
rock64
2019-04-29 16:09:00 +02:00
commit f1567f989b
1268 changed files with 98652 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
<?php
namespace Aws\TranscribeService;
use Aws\AwsClient;
/**
* This client is used to interact with the **Amazon Transcribe Service** service.
* @method \Aws\Result createVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise createVocabularyAsync(array $args = [])
* @method \Aws\Result deleteTranscriptionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTranscriptionJobAsync(array $args = [])
* @method \Aws\Result deleteVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteVocabularyAsync(array $args = [])
* @method \Aws\Result getTranscriptionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTranscriptionJobAsync(array $args = [])
* @method \Aws\Result getVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise getVocabularyAsync(array $args = [])
* @method \Aws\Result listTranscriptionJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTranscriptionJobsAsync(array $args = [])
* @method \Aws\Result listVocabularies(array $args = [])
* @method \GuzzleHttp\Promise\Promise listVocabulariesAsync(array $args = [])
* @method \Aws\Result startTranscriptionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startTranscriptionJobAsync(array $args = [])
* @method \Aws\Result updateVocabulary(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateVocabularyAsync(array $args = [])
*/
class TranscribeServiceClient extends AwsClient {}