TranscribeServiceClient.php
96 lines
| 1 | <?php |
| 2 | namespace Aws\TranscribeService; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Transcribe Service** service. |
| 8 | * @method \Aws\Result createCallAnalyticsCategory(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createCallAnalyticsCategoryAsync(array $args = []) |
| 10 | * @method \Aws\Result createLanguageModel(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createLanguageModelAsync(array $args = []) |
| 12 | * @method \Aws\Result createMedicalVocabulary(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createMedicalVocabularyAsync(array $args = []) |
| 14 | * @method \Aws\Result createVocabulary(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createVocabularyAsync(array $args = []) |
| 16 | * @method \Aws\Result createVocabularyFilter(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise createVocabularyFilterAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteCallAnalyticsCategory(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteCallAnalyticsCategoryAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteCallAnalyticsJob(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteCallAnalyticsJobAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteLanguageModel(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteLanguageModelAsync(array $args = []) |
| 24 | * @method \Aws\Result deleteMedicalScribeJob(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise deleteMedicalScribeJobAsync(array $args = []) |
| 26 | * @method \Aws\Result deleteMedicalTranscriptionJob(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise deleteMedicalTranscriptionJobAsync(array $args = []) |
| 28 | * @method \Aws\Result deleteMedicalVocabulary(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise deleteMedicalVocabularyAsync(array $args = []) |
| 30 | * @method \Aws\Result deleteTranscriptionJob(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise deleteTranscriptionJobAsync(array $args = []) |
| 32 | * @method \Aws\Result deleteVocabulary(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise deleteVocabularyAsync(array $args = []) |
| 34 | * @method \Aws\Result deleteVocabularyFilter(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise deleteVocabularyFilterAsync(array $args = []) |
| 36 | * @method \Aws\Result describeLanguageModel(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise describeLanguageModelAsync(array $args = []) |
| 38 | * @method \Aws\Result getCallAnalyticsCategory(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise getCallAnalyticsCategoryAsync(array $args = []) |
| 40 | * @method \Aws\Result getCallAnalyticsJob(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise getCallAnalyticsJobAsync(array $args = []) |
| 42 | * @method \Aws\Result getMedicalScribeJob(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise getMedicalScribeJobAsync(array $args = []) |
| 44 | * @method \Aws\Result getMedicalTranscriptionJob(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise getMedicalTranscriptionJobAsync(array $args = []) |
| 46 | * @method \Aws\Result getMedicalVocabulary(array $args = []) |
| 47 | * @method \GuzzleHttp\Promise\Promise getMedicalVocabularyAsync(array $args = []) |
| 48 | * @method \Aws\Result getTranscriptionJob(array $args = []) |
| 49 | * @method \GuzzleHttp\Promise\Promise getTranscriptionJobAsync(array $args = []) |
| 50 | * @method \Aws\Result getVocabulary(array $args = []) |
| 51 | * @method \GuzzleHttp\Promise\Promise getVocabularyAsync(array $args = []) |
| 52 | * @method \Aws\Result getVocabularyFilter(array $args = []) |
| 53 | * @method \GuzzleHttp\Promise\Promise getVocabularyFilterAsync(array $args = []) |
| 54 | * @method \Aws\Result listCallAnalyticsCategories(array $args = []) |
| 55 | * @method \GuzzleHttp\Promise\Promise listCallAnalyticsCategoriesAsync(array $args = []) |
| 56 | * @method \Aws\Result listCallAnalyticsJobs(array $args = []) |
| 57 | * @method \GuzzleHttp\Promise\Promise listCallAnalyticsJobsAsync(array $args = []) |
| 58 | * @method \Aws\Result listLanguageModels(array $args = []) |
| 59 | * @method \GuzzleHttp\Promise\Promise listLanguageModelsAsync(array $args = []) |
| 60 | * @method \Aws\Result listMedicalScribeJobs(array $args = []) |
| 61 | * @method \GuzzleHttp\Promise\Promise listMedicalScribeJobsAsync(array $args = []) |
| 62 | * @method \Aws\Result listMedicalTranscriptionJobs(array $args = []) |
| 63 | * @method \GuzzleHttp\Promise\Promise listMedicalTranscriptionJobsAsync(array $args = []) |
| 64 | * @method \Aws\Result listMedicalVocabularies(array $args = []) |
| 65 | * @method \GuzzleHttp\Promise\Promise listMedicalVocabulariesAsync(array $args = []) |
| 66 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 67 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 68 | * @method \Aws\Result listTranscriptionJobs(array $args = []) |
| 69 | * @method \GuzzleHttp\Promise\Promise listTranscriptionJobsAsync(array $args = []) |
| 70 | * @method \Aws\Result listVocabularies(array $args = []) |
| 71 | * @method \GuzzleHttp\Promise\Promise listVocabulariesAsync(array $args = []) |
| 72 | * @method \Aws\Result listVocabularyFilters(array $args = []) |
| 73 | * @method \GuzzleHttp\Promise\Promise listVocabularyFiltersAsync(array $args = []) |
| 74 | * @method \Aws\Result startCallAnalyticsJob(array $args = []) |
| 75 | * @method \GuzzleHttp\Promise\Promise startCallAnalyticsJobAsync(array $args = []) |
| 76 | * @method \Aws\Result startMedicalScribeJob(array $args = []) |
| 77 | * @method \GuzzleHttp\Promise\Promise startMedicalScribeJobAsync(array $args = []) |
| 78 | * @method \Aws\Result startMedicalTranscriptionJob(array $args = []) |
| 79 | * @method \GuzzleHttp\Promise\Promise startMedicalTranscriptionJobAsync(array $args = []) |
| 80 | * @method \Aws\Result startTranscriptionJob(array $args = []) |
| 81 | * @method \GuzzleHttp\Promise\Promise startTranscriptionJobAsync(array $args = []) |
| 82 | * @method \Aws\Result tagResource(array $args = []) |
| 83 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 84 | * @method \Aws\Result untagResource(array $args = []) |
| 85 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 86 | * @method \Aws\Result updateCallAnalyticsCategory(array $args = []) |
| 87 | * @method \GuzzleHttp\Promise\Promise updateCallAnalyticsCategoryAsync(array $args = []) |
| 88 | * @method \Aws\Result updateMedicalVocabulary(array $args = []) |
| 89 | * @method \GuzzleHttp\Promise\Promise updateMedicalVocabularyAsync(array $args = []) |
| 90 | * @method \Aws\Result updateVocabulary(array $args = []) |
| 91 | * @method \GuzzleHttp\Promise\Promise updateVocabularyAsync(array $args = []) |
| 92 | * @method \Aws\Result updateVocabularyFilter(array $args = []) |
| 93 | * @method \GuzzleHttp\Promise\Promise updateVocabularyFilterAsync(array $args = []) |
| 94 | */ |
| 95 | class TranscribeServiceClient extends AwsClient {} |
| 96 |