AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TranscribeServiceServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/transcribe/TranscribeServiceErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/transcribe/TranscribeServiceEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in TranscribeServiceClient header */
21#include <aws/transcribe/model/CreateCallAnalyticsCategoryResult.h>
22#include <aws/transcribe/model/CreateLanguageModelResult.h>
23#include <aws/transcribe/model/CreateMedicalVocabularyResult.h>
24#include <aws/transcribe/model/CreateVocabularyResult.h>
25#include <aws/transcribe/model/CreateVocabularyFilterResult.h>
26#include <aws/transcribe/model/DeleteCallAnalyticsCategoryResult.h>
27#include <aws/transcribe/model/DeleteCallAnalyticsJobResult.h>
28#include <aws/transcribe/model/DescribeLanguageModelResult.h>
29#include <aws/transcribe/model/GetCallAnalyticsCategoryResult.h>
30#include <aws/transcribe/model/GetCallAnalyticsJobResult.h>
31#include <aws/transcribe/model/GetMedicalScribeJobResult.h>
32#include <aws/transcribe/model/GetMedicalTranscriptionJobResult.h>
33#include <aws/transcribe/model/GetMedicalVocabularyResult.h>
34#include <aws/transcribe/model/GetTranscriptionJobResult.h>
35#include <aws/transcribe/model/GetVocabularyResult.h>
36#include <aws/transcribe/model/GetVocabularyFilterResult.h>
37#include <aws/transcribe/model/ListCallAnalyticsCategoriesResult.h>
38#include <aws/transcribe/model/ListCallAnalyticsJobsResult.h>
39#include <aws/transcribe/model/ListLanguageModelsResult.h>
40#include <aws/transcribe/model/ListMedicalScribeJobsResult.h>
41#include <aws/transcribe/model/ListMedicalTranscriptionJobsResult.h>
42#include <aws/transcribe/model/ListMedicalVocabulariesResult.h>
43#include <aws/transcribe/model/ListTagsForResourceResult.h>
44#include <aws/transcribe/model/ListTranscriptionJobsResult.h>
45#include <aws/transcribe/model/ListVocabulariesResult.h>
46#include <aws/transcribe/model/ListVocabularyFiltersResult.h>
47#include <aws/transcribe/model/StartCallAnalyticsJobResult.h>
48#include <aws/transcribe/model/StartMedicalScribeJobResult.h>
49#include <aws/transcribe/model/StartMedicalTranscriptionJobResult.h>
50#include <aws/transcribe/model/StartTranscriptionJobResult.h>
51#include <aws/transcribe/model/TagResourceResult.h>
52#include <aws/transcribe/model/UntagResourceResult.h>
53#include <aws/transcribe/model/UpdateCallAnalyticsCategoryResult.h>
54#include <aws/transcribe/model/UpdateMedicalVocabularyResult.h>
55#include <aws/transcribe/model/UpdateVocabularyResult.h>
56#include <aws/transcribe/model/UpdateVocabularyFilterResult.h>
57#include <aws/transcribe/model/ListLanguageModelsRequest.h>
58#include <aws/transcribe/model/ListTranscriptionJobsRequest.h>
59#include <aws/transcribe/model/ListMedicalVocabulariesRequest.h>
60#include <aws/transcribe/model/ListCallAnalyticsCategoriesRequest.h>
61#include <aws/transcribe/model/ListMedicalTranscriptionJobsRequest.h>
62#include <aws/transcribe/model/ListMedicalScribeJobsRequest.h>
63#include <aws/transcribe/model/ListVocabularyFiltersRequest.h>
64#include <aws/transcribe/model/ListCallAnalyticsJobsRequest.h>
65#include <aws/transcribe/model/ListVocabulariesRequest.h>
66#include <aws/core/NoResult.h>
67/* End of service model headers required in TranscribeServiceClient header */
68
69namespace Aws
70{
71 namespace Http
72 {
73 class HttpClient;
74 class HttpClientFactory;
75 } // namespace Http
76
77 namespace Utils
78 {
79 template< typename R, typename E> class Outcome;
80
81 namespace Threading
82 {
83 class Executor;
84 } // namespace Threading
85 } // namespace Utils
86
87 namespace Auth
88 {
89 class AWSCredentials;
90 class AWSCredentialsProvider;
91 } // namespace Auth
92
93 namespace Client
94 {
95 class RetryStrategy;
96 } // namespace Client
97
98 namespace TranscribeService
99 {
103
104 namespace Model
105 {
106 /* Service model forward declarations required in TranscribeServiceClient header */
107 class CreateCallAnalyticsCategoryRequest;
108 class CreateLanguageModelRequest;
109 class CreateMedicalVocabularyRequest;
110 class CreateVocabularyRequest;
111 class CreateVocabularyFilterRequest;
112 class DeleteCallAnalyticsCategoryRequest;
113 class DeleteCallAnalyticsJobRequest;
114 class DeleteLanguageModelRequest;
115 class DeleteMedicalScribeJobRequest;
116 class DeleteMedicalTranscriptionJobRequest;
117 class DeleteMedicalVocabularyRequest;
118 class DeleteTranscriptionJobRequest;
119 class DeleteVocabularyRequest;
120 class DeleteVocabularyFilterRequest;
121 class DescribeLanguageModelRequest;
122 class GetCallAnalyticsCategoryRequest;
123 class GetCallAnalyticsJobRequest;
124 class GetMedicalScribeJobRequest;
125 class GetMedicalTranscriptionJobRequest;
126 class GetMedicalVocabularyRequest;
127 class GetTranscriptionJobRequest;
128 class GetVocabularyRequest;
129 class GetVocabularyFilterRequest;
130 class ListCallAnalyticsCategoriesRequest;
131 class ListCallAnalyticsJobsRequest;
132 class ListLanguageModelsRequest;
133 class ListMedicalScribeJobsRequest;
134 class ListMedicalTranscriptionJobsRequest;
135 class ListMedicalVocabulariesRequest;
136 class ListTagsForResourceRequest;
137 class ListTranscriptionJobsRequest;
138 class ListVocabulariesRequest;
139 class ListVocabularyFiltersRequest;
140 class StartCallAnalyticsJobRequest;
141 class StartMedicalScribeJobRequest;
142 class StartMedicalTranscriptionJobRequest;
143 class StartTranscriptionJobRequest;
144 class TagResourceRequest;
145 class UntagResourceRequest;
146 class UpdateCallAnalyticsCategoryRequest;
147 class UpdateMedicalVocabularyRequest;
148 class UpdateVocabularyRequest;
149 class UpdateVocabularyFilterRequest;
150 /* End of service model forward declarations required in TranscribeServiceClient header */
151
152 /* Service model Outcome class definitions */
196 /* End of service model Outcome class definitions */
197
198 /* Service model Outcome callable definitions */
199 typedef std::future<CreateCallAnalyticsCategoryOutcome> CreateCallAnalyticsCategoryOutcomeCallable;
200 typedef std::future<CreateLanguageModelOutcome> CreateLanguageModelOutcomeCallable;
201 typedef std::future<CreateMedicalVocabularyOutcome> CreateMedicalVocabularyOutcomeCallable;
202 typedef std::future<CreateVocabularyOutcome> CreateVocabularyOutcomeCallable;
203 typedef std::future<CreateVocabularyFilterOutcome> CreateVocabularyFilterOutcomeCallable;
204 typedef std::future<DeleteCallAnalyticsCategoryOutcome> DeleteCallAnalyticsCategoryOutcomeCallable;
205 typedef std::future<DeleteCallAnalyticsJobOutcome> DeleteCallAnalyticsJobOutcomeCallable;
206 typedef std::future<DeleteLanguageModelOutcome> DeleteLanguageModelOutcomeCallable;
207 typedef std::future<DeleteMedicalScribeJobOutcome> DeleteMedicalScribeJobOutcomeCallable;
208 typedef std::future<DeleteMedicalTranscriptionJobOutcome> DeleteMedicalTranscriptionJobOutcomeCallable;
209 typedef std::future<DeleteMedicalVocabularyOutcome> DeleteMedicalVocabularyOutcomeCallable;
210 typedef std::future<DeleteTranscriptionJobOutcome> DeleteTranscriptionJobOutcomeCallable;
211 typedef std::future<DeleteVocabularyOutcome> DeleteVocabularyOutcomeCallable;
212 typedef std::future<DeleteVocabularyFilterOutcome> DeleteVocabularyFilterOutcomeCallable;
213 typedef std::future<DescribeLanguageModelOutcome> DescribeLanguageModelOutcomeCallable;
214 typedef std::future<GetCallAnalyticsCategoryOutcome> GetCallAnalyticsCategoryOutcomeCallable;
215 typedef std::future<GetCallAnalyticsJobOutcome> GetCallAnalyticsJobOutcomeCallable;
216 typedef std::future<GetMedicalScribeJobOutcome> GetMedicalScribeJobOutcomeCallable;
217 typedef std::future<GetMedicalTranscriptionJobOutcome> GetMedicalTranscriptionJobOutcomeCallable;
218 typedef std::future<GetMedicalVocabularyOutcome> GetMedicalVocabularyOutcomeCallable;
219 typedef std::future<GetTranscriptionJobOutcome> GetTranscriptionJobOutcomeCallable;
220 typedef std::future<GetVocabularyOutcome> GetVocabularyOutcomeCallable;
221 typedef std::future<GetVocabularyFilterOutcome> GetVocabularyFilterOutcomeCallable;
222 typedef std::future<ListCallAnalyticsCategoriesOutcome> ListCallAnalyticsCategoriesOutcomeCallable;
223 typedef std::future<ListCallAnalyticsJobsOutcome> ListCallAnalyticsJobsOutcomeCallable;
224 typedef std::future<ListLanguageModelsOutcome> ListLanguageModelsOutcomeCallable;
225 typedef std::future<ListMedicalScribeJobsOutcome> ListMedicalScribeJobsOutcomeCallable;
226 typedef std::future<ListMedicalTranscriptionJobsOutcome> ListMedicalTranscriptionJobsOutcomeCallable;
227 typedef std::future<ListMedicalVocabulariesOutcome> ListMedicalVocabulariesOutcomeCallable;
228 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
229 typedef std::future<ListTranscriptionJobsOutcome> ListTranscriptionJobsOutcomeCallable;
230 typedef std::future<ListVocabulariesOutcome> ListVocabulariesOutcomeCallable;
231 typedef std::future<ListVocabularyFiltersOutcome> ListVocabularyFiltersOutcomeCallable;
232 typedef std::future<StartCallAnalyticsJobOutcome> StartCallAnalyticsJobOutcomeCallable;
233 typedef std::future<StartMedicalScribeJobOutcome> StartMedicalScribeJobOutcomeCallable;
234 typedef std::future<StartMedicalTranscriptionJobOutcome> StartMedicalTranscriptionJobOutcomeCallable;
235 typedef std::future<StartTranscriptionJobOutcome> StartTranscriptionJobOutcomeCallable;
236 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
237 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
238 typedef std::future<UpdateCallAnalyticsCategoryOutcome> UpdateCallAnalyticsCategoryOutcomeCallable;
239 typedef std::future<UpdateMedicalVocabularyOutcome> UpdateMedicalVocabularyOutcomeCallable;
240 typedef std::future<UpdateVocabularyOutcome> UpdateVocabularyOutcomeCallable;
241 typedef std::future<UpdateVocabularyFilterOutcome> UpdateVocabularyFilterOutcomeCallable;
242 /* End of service model Outcome callable definitions */
243 } // namespace Model
244
246
247 /* Service model async handlers definitions */
248 typedef std::function<void(const TranscribeServiceClient*, const Model::CreateCallAnalyticsCategoryRequest&, const Model::CreateCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateCallAnalyticsCategoryResponseReceivedHandler;
249 typedef std::function<void(const TranscribeServiceClient*, const Model::CreateLanguageModelRequest&, const Model::CreateLanguageModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateLanguageModelResponseReceivedHandler;
250 typedef std::function<void(const TranscribeServiceClient*, const Model::CreateMedicalVocabularyRequest&, const Model::CreateMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateMedicalVocabularyResponseReceivedHandler;
251 typedef std::function<void(const TranscribeServiceClient*, const Model::CreateVocabularyRequest&, const Model::CreateVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateVocabularyResponseReceivedHandler;
252 typedef std::function<void(const TranscribeServiceClient*, const Model::CreateVocabularyFilterRequest&, const Model::CreateVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateVocabularyFilterResponseReceivedHandler;
253 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteCallAnalyticsCategoryRequest&, const Model::DeleteCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteCallAnalyticsCategoryResponseReceivedHandler;
254 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteCallAnalyticsJobRequest&, const Model::DeleteCallAnalyticsJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteCallAnalyticsJobResponseReceivedHandler;
255 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteLanguageModelRequest&, const Model::DeleteLanguageModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteLanguageModelResponseReceivedHandler;
256 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteMedicalScribeJobRequest&, const Model::DeleteMedicalScribeJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMedicalScribeJobResponseReceivedHandler;
257 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteMedicalTranscriptionJobRequest&, const Model::DeleteMedicalTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMedicalTranscriptionJobResponseReceivedHandler;
258 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteMedicalVocabularyRequest&, const Model::DeleteMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteMedicalVocabularyResponseReceivedHandler;
259 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteTranscriptionJobRequest&, const Model::DeleteTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTranscriptionJobResponseReceivedHandler;
260 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteVocabularyRequest&, const Model::DeleteVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteVocabularyResponseReceivedHandler;
261 typedef std::function<void(const TranscribeServiceClient*, const Model::DeleteVocabularyFilterRequest&, const Model::DeleteVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteVocabularyFilterResponseReceivedHandler;
262 typedef std::function<void(const TranscribeServiceClient*, const Model::DescribeLanguageModelRequest&, const Model::DescribeLanguageModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeLanguageModelResponseReceivedHandler;
263 typedef std::function<void(const TranscribeServiceClient*, const Model::GetCallAnalyticsCategoryRequest&, const Model::GetCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetCallAnalyticsCategoryResponseReceivedHandler;
264 typedef std::function<void(const TranscribeServiceClient*, const Model::GetCallAnalyticsJobRequest&, const Model::GetCallAnalyticsJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetCallAnalyticsJobResponseReceivedHandler;
265 typedef std::function<void(const TranscribeServiceClient*, const Model::GetMedicalScribeJobRequest&, const Model::GetMedicalScribeJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetMedicalScribeJobResponseReceivedHandler;
266 typedef std::function<void(const TranscribeServiceClient*, const Model::GetMedicalTranscriptionJobRequest&, const Model::GetMedicalTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetMedicalTranscriptionJobResponseReceivedHandler;
267 typedef std::function<void(const TranscribeServiceClient*, const Model::GetMedicalVocabularyRequest&, const Model::GetMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetMedicalVocabularyResponseReceivedHandler;
268 typedef std::function<void(const TranscribeServiceClient*, const Model::GetTranscriptionJobRequest&, const Model::GetTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTranscriptionJobResponseReceivedHandler;
269 typedef std::function<void(const TranscribeServiceClient*, const Model::GetVocabularyRequest&, const Model::GetVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetVocabularyResponseReceivedHandler;
270 typedef std::function<void(const TranscribeServiceClient*, const Model::GetVocabularyFilterRequest&, const Model::GetVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetVocabularyFilterResponseReceivedHandler;
271 typedef std::function<void(const TranscribeServiceClient*, const Model::ListCallAnalyticsCategoriesRequest&, const Model::ListCallAnalyticsCategoriesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListCallAnalyticsCategoriesResponseReceivedHandler;
272 typedef std::function<void(const TranscribeServiceClient*, const Model::ListCallAnalyticsJobsRequest&, const Model::ListCallAnalyticsJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListCallAnalyticsJobsResponseReceivedHandler;
273 typedef std::function<void(const TranscribeServiceClient*, const Model::ListLanguageModelsRequest&, const Model::ListLanguageModelsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListLanguageModelsResponseReceivedHandler;
274 typedef std::function<void(const TranscribeServiceClient*, const Model::ListMedicalScribeJobsRequest&, const Model::ListMedicalScribeJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListMedicalScribeJobsResponseReceivedHandler;
275 typedef std::function<void(const TranscribeServiceClient*, const Model::ListMedicalTranscriptionJobsRequest&, const Model::ListMedicalTranscriptionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListMedicalTranscriptionJobsResponseReceivedHandler;
276 typedef std::function<void(const TranscribeServiceClient*, const Model::ListMedicalVocabulariesRequest&, const Model::ListMedicalVocabulariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListMedicalVocabulariesResponseReceivedHandler;
277 typedef std::function<void(const TranscribeServiceClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
278 typedef std::function<void(const TranscribeServiceClient*, const Model::ListTranscriptionJobsRequest&, const Model::ListTranscriptionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTranscriptionJobsResponseReceivedHandler;
279 typedef std::function<void(const TranscribeServiceClient*, const Model::ListVocabulariesRequest&, const Model::ListVocabulariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListVocabulariesResponseReceivedHandler;
280 typedef std::function<void(const TranscribeServiceClient*, const Model::ListVocabularyFiltersRequest&, const Model::ListVocabularyFiltersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListVocabularyFiltersResponseReceivedHandler;
281 typedef std::function<void(const TranscribeServiceClient*, const Model::StartCallAnalyticsJobRequest&, const Model::StartCallAnalyticsJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartCallAnalyticsJobResponseReceivedHandler;
282 typedef std::function<void(const TranscribeServiceClient*, const Model::StartMedicalScribeJobRequest&, const Model::StartMedicalScribeJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartMedicalScribeJobResponseReceivedHandler;
283 typedef std::function<void(const TranscribeServiceClient*, const Model::StartMedicalTranscriptionJobRequest&, const Model::StartMedicalTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartMedicalTranscriptionJobResponseReceivedHandler;
284 typedef std::function<void(const TranscribeServiceClient*, const Model::StartTranscriptionJobRequest&, const Model::StartTranscriptionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartTranscriptionJobResponseReceivedHandler;
285 typedef std::function<void(const TranscribeServiceClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
286 typedef std::function<void(const TranscribeServiceClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
287 typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateCallAnalyticsCategoryRequest&, const Model::UpdateCallAnalyticsCategoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateCallAnalyticsCategoryResponseReceivedHandler;
288 typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateMedicalVocabularyRequest&, const Model::UpdateMedicalVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateMedicalVocabularyResponseReceivedHandler;
289 typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateVocabularyRequest&, const Model::UpdateVocabularyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateVocabularyResponseReceivedHandler;
290 typedef std::function<void(const TranscribeServiceClient*, const Model::UpdateVocabularyFilterRequest&, const Model::UpdateVocabularyFilterOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateVocabularyFilterResponseReceivedHandler;
291 /* End of service model async handlers definitions */
292 } // namespace TranscribeService
293} // namespace Aws
EndpointProviderBase< TranscribeServiceClientConfiguration, TranscribeServiceBuiltInParameters, TranscribeServiceClientContextParameters > TranscribeServiceEndpointProviderBase
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteMedicalVocabularyOutcome
std::future< ListMedicalTranscriptionJobsOutcome > ListMedicalTranscriptionJobsOutcomeCallable
std::future< GetMedicalScribeJobOutcome > GetMedicalScribeJobOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteLanguageModelOutcome
std::future< UpdateMedicalVocabularyOutcome > UpdateMedicalVocabularyOutcomeCallable
std::future< ListCallAnalyticsCategoriesOutcome > ListCallAnalyticsCategoriesOutcomeCallable
Aws::Utils::Outcome< GetCallAnalyticsJobResult, TranscribeServiceError > GetCallAnalyticsJobOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteMedicalTranscriptionJobOutcome
std::future< DeleteCallAnalyticsJobOutcome > DeleteCallAnalyticsJobOutcomeCallable
Aws::Utils::Outcome< StartCallAnalyticsJobResult, TranscribeServiceError > StartCallAnalyticsJobOutcome
std::future< GetVocabularyFilterOutcome > GetVocabularyFilterOutcomeCallable
Aws::Utils::Outcome< GetVocabularyResult, TranscribeServiceError > GetVocabularyOutcome
std::future< DeleteVocabularyOutcome > DeleteVocabularyOutcomeCallable
std::future< ListCallAnalyticsJobsOutcome > ListCallAnalyticsJobsOutcomeCallable
std::future< StartMedicalScribeJobOutcome > StartMedicalScribeJobOutcomeCallable
std::future< DeleteLanguageModelOutcome > DeleteLanguageModelOutcomeCallable
std::future< StartCallAnalyticsJobOutcome > StartCallAnalyticsJobOutcomeCallable
std::future< UpdateCallAnalyticsCategoryOutcome > UpdateCallAnalyticsCategoryOutcomeCallable
Aws::Utils::Outcome< StartMedicalScribeJobResult, TranscribeServiceError > StartMedicalScribeJobOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteVocabularyFilterOutcome
std::future< CreateMedicalVocabularyOutcome > CreateMedicalVocabularyOutcomeCallable
Aws::Utils::Outcome< UpdateMedicalVocabularyResult, TranscribeServiceError > UpdateMedicalVocabularyOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteMedicalScribeJobOutcome
Aws::Utils::Outcome< CreateVocabularyResult, TranscribeServiceError > CreateVocabularyOutcome
Aws::Utils::Outcome< ListMedicalScribeJobsResult, TranscribeServiceError > ListMedicalScribeJobsOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
Aws::Utils::Outcome< ListMedicalTranscriptionJobsResult, TranscribeServiceError > ListMedicalTranscriptionJobsOutcome
Aws::Utils::Outcome< UpdateVocabularyFilterResult, TranscribeServiceError > UpdateVocabularyFilterOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< CreateVocabularyOutcome > CreateVocabularyOutcomeCallable
std::future< DeleteCallAnalyticsCategoryOutcome > DeleteCallAnalyticsCategoryOutcomeCallable
Aws::Utils::Outcome< GetMedicalTranscriptionJobResult, TranscribeServiceError > GetMedicalTranscriptionJobOutcome
Aws::Utils::Outcome< CreateLanguageModelResult, TranscribeServiceError > CreateLanguageModelOutcome
std::future< UpdateVocabularyOutcome > UpdateVocabularyOutcomeCallable
std::future< ListTranscriptionJobsOutcome > ListTranscriptionJobsOutcomeCallable
Aws::Utils::Outcome< GetVocabularyFilterResult, TranscribeServiceError > GetVocabularyFilterOutcome
Aws::Utils::Outcome< ListMedicalVocabulariesResult, TranscribeServiceError > ListMedicalVocabulariesOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteTranscriptionJobOutcome
Aws::Utils::Outcome< ListLanguageModelsResult, TranscribeServiceError > ListLanguageModelsOutcome
std::future< ListVocabulariesOutcome > ListVocabulariesOutcomeCallable
std::future< DeleteTranscriptionJobOutcome > DeleteTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< ListCallAnalyticsCategoriesResult, TranscribeServiceError > ListCallAnalyticsCategoriesOutcome
std::future< CreateVocabularyFilterOutcome > CreateVocabularyFilterOutcomeCallable
std::future< ListLanguageModelsOutcome > ListLanguageModelsOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, TranscribeServiceError > TagResourceOutcome
std::future< ListVocabularyFiltersOutcome > ListVocabularyFiltersOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, TranscribeServiceError > ListTagsForResourceOutcome
std::future< GetCallAnalyticsJobOutcome > GetCallAnalyticsJobOutcomeCallable
Aws::Utils::Outcome< ListVocabularyFiltersResult, TranscribeServiceError > ListVocabularyFiltersOutcome
std::future< DeleteMedicalTranscriptionJobOutcome > DeleteMedicalTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< GetCallAnalyticsCategoryResult, TranscribeServiceError > GetCallAnalyticsCategoryOutcome
std::future< GetCallAnalyticsCategoryOutcome > GetCallAnalyticsCategoryOutcomeCallable
std::future< GetTranscriptionJobOutcome > GetTranscriptionJobOutcomeCallable
std::future< StartMedicalTranscriptionJobOutcome > StartMedicalTranscriptionJobOutcomeCallable
std::future< GetMedicalVocabularyOutcome > GetMedicalVocabularyOutcomeCallable
std::future< DeleteMedicalVocabularyOutcome > DeleteMedicalVocabularyOutcomeCallable
Aws::Utils::Outcome< DescribeLanguageModelResult, TranscribeServiceError > DescribeLanguageModelOutcome
std::future< UpdateVocabularyFilterOutcome > UpdateVocabularyFilterOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
Aws::Utils::Outcome< ListVocabulariesResult, TranscribeServiceError > ListVocabulariesOutcome
Aws::Utils::Outcome< Aws::NoResult, TranscribeServiceError > DeleteVocabularyOutcome
Aws::Utils::Outcome< StartMedicalTranscriptionJobResult, TranscribeServiceError > StartMedicalTranscriptionJobOutcome
std::future< CreateCallAnalyticsCategoryOutcome > CreateCallAnalyticsCategoryOutcomeCallable
Aws::Utils::Outcome< UntagResourceResult, TranscribeServiceError > UntagResourceOutcome
Aws::Utils::Outcome< GetMedicalVocabularyResult, TranscribeServiceError > GetMedicalVocabularyOutcome
Aws::Utils::Outcome< UpdateCallAnalyticsCategoryResult, TranscribeServiceError > UpdateCallAnalyticsCategoryOutcome
std::future< GetVocabularyOutcome > GetVocabularyOutcomeCallable
Aws::Utils::Outcome< ListTranscriptionJobsResult, TranscribeServiceError > ListTranscriptionJobsOutcome
std::future< ListMedicalVocabulariesOutcome > ListMedicalVocabulariesOutcomeCallable
std::future< DescribeLanguageModelOutcome > DescribeLanguageModelOutcomeCallable
Aws::Utils::Outcome< DeleteCallAnalyticsCategoryResult, TranscribeServiceError > DeleteCallAnalyticsCategoryOutcome
Aws::Utils::Outcome< GetTranscriptionJobResult, TranscribeServiceError > GetTranscriptionJobOutcome
std::future< CreateLanguageModelOutcome > CreateLanguageModelOutcomeCallable
std::future< GetMedicalTranscriptionJobOutcome > GetMedicalTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< ListCallAnalyticsJobsResult, TranscribeServiceError > ListCallAnalyticsJobsOutcome
Aws::Utils::Outcome< DeleteCallAnalyticsJobResult, TranscribeServiceError > DeleteCallAnalyticsJobOutcome
Aws::Utils::Outcome< GetMedicalScribeJobResult, TranscribeServiceError > GetMedicalScribeJobOutcome
Aws::Utils::Outcome< CreateCallAnalyticsCategoryResult, TranscribeServiceError > CreateCallAnalyticsCategoryOutcome
std::future< ListMedicalScribeJobsOutcome > ListMedicalScribeJobsOutcomeCallable
Aws::Utils::Outcome< StartTranscriptionJobResult, TranscribeServiceError > StartTranscriptionJobOutcome
std::future< DeleteVocabularyFilterOutcome > DeleteVocabularyFilterOutcomeCallable
std::future< DeleteMedicalScribeJobOutcome > DeleteMedicalScribeJobOutcomeCallable
Aws::Utils::Outcome< CreateMedicalVocabularyResult, TranscribeServiceError > CreateMedicalVocabularyOutcome
Aws::Utils::Outcome< CreateVocabularyFilterResult, TranscribeServiceError > CreateVocabularyFilterOutcome
std::future< StartTranscriptionJobOutcome > StartTranscriptionJobOutcomeCallable
Aws::Utils::Outcome< UpdateVocabularyResult, TranscribeServiceError > UpdateVocabularyOutcome
std::function< void(const TranscribeServiceClient *, const Model::CreateLanguageModelRequest &, const Model::CreateLanguageModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateLanguageModelResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListMedicalTranscriptionJobsRequest &, const Model::ListMedicalTranscriptionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMedicalTranscriptionJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteVocabularyRequest &, const Model::DeleteVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetMedicalScribeJobRequest &, const Model::GetMedicalScribeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMedicalScribeJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListCallAnalyticsCategoriesRequest &, const Model::ListCallAnalyticsCategoriesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCallAnalyticsCategoriesResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetVocabularyFilterRequest &, const Model::GetVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateVocabularyRequest &, const Model::UpdateVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListCallAnalyticsJobsRequest &, const Model::ListCallAnalyticsJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListCallAnalyticsJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteLanguageModelRequest &, const Model::DeleteLanguageModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLanguageModelResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListVocabularyFiltersRequest &, const Model::ListVocabularyFiltersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListVocabularyFiltersResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateMedicalVocabularyRequest &, const Model::CreateMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateCallAnalyticsCategoryRequest &, const Model::CreateCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListLanguageModelsRequest &, const Model::ListLanguageModelsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLanguageModelsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetMedicalTranscriptionJobRequest &, const Model::GetMedicalTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMedicalTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetMedicalVocabularyRequest &, const Model::GetMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteMedicalVocabularyRequest &, const Model::DeleteMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMedicalVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartMedicalScribeJobRequest &, const Model::StartMedicalScribeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartMedicalScribeJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListVocabulariesRequest &, const Model::ListVocabulariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListVocabulariesResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteCallAnalyticsJobRequest &, const Model::DeleteCallAnalyticsJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCallAnalyticsJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateVocabularyRequest &, const Model::CreateVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateCallAnalyticsCategoryRequest &, const Model::UpdateCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteMedicalScribeJobRequest &, const Model::DeleteMedicalScribeJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMedicalScribeJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DescribeLanguageModelRequest &, const Model::DescribeLanguageModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeLanguageModelResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::CreateVocabularyFilterRequest &, const Model::CreateVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetTranscriptionJobRequest &, const Model::GetTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteCallAnalyticsCategoryRequest &, const Model::DeleteCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartCallAnalyticsJobRequest &, const Model::StartCallAnalyticsJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartCallAnalyticsJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListMedicalScribeJobsRequest &, const Model::ListMedicalScribeJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMedicalScribeJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateVocabularyFilterRequest &, const Model::UpdateVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartTranscriptionJobRequest &, const Model::StartTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::StartMedicalTranscriptionJobRequest &, const Model::StartMedicalTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartMedicalTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetVocabularyRequest &, const Model::GetVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetVocabularyResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListMedicalVocabulariesRequest &, const Model::ListMedicalVocabulariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListMedicalVocabulariesResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetCallAnalyticsCategoryRequest &, const Model::GetCallAnalyticsCategoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCallAnalyticsCategoryResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::GetCallAnalyticsJobRequest &, const Model::GetCallAnalyticsJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetCallAnalyticsJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteTranscriptionJobRequest &, const Model::DeleteTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteVocabularyFilterRequest &, const Model::DeleteVocabularyFilterOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteVocabularyFilterResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::DeleteMedicalTranscriptionJobRequest &, const Model::DeleteMedicalTranscriptionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteMedicalTranscriptionJobResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::ListTranscriptionJobsRequest &, const Model::ListTranscriptionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTranscriptionJobsResponseReceivedHandler
std::function< void(const TranscribeServiceClient *, const Model::UpdateMedicalVocabularyRequest &, const Model::UpdateMedicalVocabularyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateMedicalVocabularyResponseReceivedHandler