mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-17 21:48:00 +00:00
S3/Minio storage controller Support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\TranscribeService\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Transcribe Service** service.
|
||||
*/
|
||||
class TranscribeServiceException extends AwsException {}
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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 createVocabularyFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createVocabularyFilterAsync(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 deleteVocabularyFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteVocabularyFilterAsync(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 getVocabularyFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getVocabularyFilterAsync(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 listVocabularyFilters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listVocabularyFiltersAsync(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 = [])
|
||||
* @method \Aws\Result updateVocabularyFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateVocabularyFilterAsync(array $args = [])
|
||||
*/
|
||||
class TranscribeServiceClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user