AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ComprehendServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/comprehend/ComprehendErrors.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/comprehend/ComprehendEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in ComprehendClient header */
21#include <aws/comprehend/model/BatchDetectDominantLanguageResult.h>
22#include <aws/comprehend/model/BatchDetectEntitiesResult.h>
23#include <aws/comprehend/model/BatchDetectKeyPhrasesResult.h>
24#include <aws/comprehend/model/BatchDetectSentimentResult.h>
25#include <aws/comprehend/model/BatchDetectSyntaxResult.h>
26#include <aws/comprehend/model/BatchDetectTargetedSentimentResult.h>
27#include <aws/comprehend/model/ClassifyDocumentResult.h>
28#include <aws/comprehend/model/ContainsPiiEntitiesResult.h>
29#include <aws/comprehend/model/CreateDatasetResult.h>
30#include <aws/comprehend/model/CreateDocumentClassifierResult.h>
31#include <aws/comprehend/model/CreateEndpointResult.h>
32#include <aws/comprehend/model/CreateEntityRecognizerResult.h>
33#include <aws/comprehend/model/CreateFlywheelResult.h>
34#include <aws/comprehend/model/DeleteDocumentClassifierResult.h>
35#include <aws/comprehend/model/DeleteEndpointResult.h>
36#include <aws/comprehend/model/DeleteEntityRecognizerResult.h>
37#include <aws/comprehend/model/DeleteFlywheelResult.h>
38#include <aws/comprehend/model/DeleteResourcePolicyResult.h>
39#include <aws/comprehend/model/DescribeDatasetResult.h>
40#include <aws/comprehend/model/DescribeDocumentClassificationJobResult.h>
41#include <aws/comprehend/model/DescribeDocumentClassifierResult.h>
42#include <aws/comprehend/model/DescribeDominantLanguageDetectionJobResult.h>
43#include <aws/comprehend/model/DescribeEndpointResult.h>
44#include <aws/comprehend/model/DescribeEntitiesDetectionJobResult.h>
45#include <aws/comprehend/model/DescribeEntityRecognizerResult.h>
46#include <aws/comprehend/model/DescribeEventsDetectionJobResult.h>
47#include <aws/comprehend/model/DescribeFlywheelResult.h>
48#include <aws/comprehend/model/DescribeFlywheelIterationResult.h>
49#include <aws/comprehend/model/DescribeKeyPhrasesDetectionJobResult.h>
50#include <aws/comprehend/model/DescribePiiEntitiesDetectionJobResult.h>
51#include <aws/comprehend/model/DescribeResourcePolicyResult.h>
52#include <aws/comprehend/model/DescribeSentimentDetectionJobResult.h>
53#include <aws/comprehend/model/DescribeTargetedSentimentDetectionJobResult.h>
54#include <aws/comprehend/model/DescribeTopicsDetectionJobResult.h>
55#include <aws/comprehend/model/DetectDominantLanguageResult.h>
56#include <aws/comprehend/model/DetectEntitiesResult.h>
57#include <aws/comprehend/model/DetectKeyPhrasesResult.h>
58#include <aws/comprehend/model/DetectPiiEntitiesResult.h>
59#include <aws/comprehend/model/DetectSentimentResult.h>
60#include <aws/comprehend/model/DetectSyntaxResult.h>
61#include <aws/comprehend/model/DetectTargetedSentimentResult.h>
62#include <aws/comprehend/model/DetectToxicContentResult.h>
63#include <aws/comprehend/model/ImportModelResult.h>
64#include <aws/comprehend/model/ListDatasetsResult.h>
65#include <aws/comprehend/model/ListDocumentClassificationJobsResult.h>
66#include <aws/comprehend/model/ListDocumentClassifierSummariesResult.h>
67#include <aws/comprehend/model/ListDocumentClassifiersResult.h>
68#include <aws/comprehend/model/ListDominantLanguageDetectionJobsResult.h>
69#include <aws/comprehend/model/ListEndpointsResult.h>
70#include <aws/comprehend/model/ListEntitiesDetectionJobsResult.h>
71#include <aws/comprehend/model/ListEntityRecognizerSummariesResult.h>
72#include <aws/comprehend/model/ListEntityRecognizersResult.h>
73#include <aws/comprehend/model/ListEventsDetectionJobsResult.h>
74#include <aws/comprehend/model/ListFlywheelIterationHistoryResult.h>
75#include <aws/comprehend/model/ListFlywheelsResult.h>
76#include <aws/comprehend/model/ListKeyPhrasesDetectionJobsResult.h>
77#include <aws/comprehend/model/ListPiiEntitiesDetectionJobsResult.h>
78#include <aws/comprehend/model/ListSentimentDetectionJobsResult.h>
79#include <aws/comprehend/model/ListTagsForResourceResult.h>
80#include <aws/comprehend/model/ListTargetedSentimentDetectionJobsResult.h>
81#include <aws/comprehend/model/ListTopicsDetectionJobsResult.h>
82#include <aws/comprehend/model/PutResourcePolicyResult.h>
83#include <aws/comprehend/model/StartDocumentClassificationJobResult.h>
84#include <aws/comprehend/model/StartDominantLanguageDetectionJobResult.h>
85#include <aws/comprehend/model/StartEntitiesDetectionJobResult.h>
86#include <aws/comprehend/model/StartEventsDetectionJobResult.h>
87#include <aws/comprehend/model/StartFlywheelIterationResult.h>
88#include <aws/comprehend/model/StartKeyPhrasesDetectionJobResult.h>
89#include <aws/comprehend/model/StartPiiEntitiesDetectionJobResult.h>
90#include <aws/comprehend/model/StartSentimentDetectionJobResult.h>
91#include <aws/comprehend/model/StartTargetedSentimentDetectionJobResult.h>
92#include <aws/comprehend/model/StartTopicsDetectionJobResult.h>
93#include <aws/comprehend/model/StopDominantLanguageDetectionJobResult.h>
94#include <aws/comprehend/model/StopEntitiesDetectionJobResult.h>
95#include <aws/comprehend/model/StopEventsDetectionJobResult.h>
96#include <aws/comprehend/model/StopKeyPhrasesDetectionJobResult.h>
97#include <aws/comprehend/model/StopPiiEntitiesDetectionJobResult.h>
98#include <aws/comprehend/model/StopSentimentDetectionJobResult.h>
99#include <aws/comprehend/model/StopTargetedSentimentDetectionJobResult.h>
100#include <aws/comprehend/model/StopTrainingDocumentClassifierResult.h>
101#include <aws/comprehend/model/StopTrainingEntityRecognizerResult.h>
102#include <aws/comprehend/model/TagResourceResult.h>
103#include <aws/comprehend/model/UntagResourceResult.h>
104#include <aws/comprehend/model/UpdateEndpointResult.h>
105#include <aws/comprehend/model/UpdateFlywheelResult.h>
106#include <aws/comprehend/model/ListEntityRecognizersRequest.h>
107#include <aws/comprehend/model/ListDominantLanguageDetectionJobsRequest.h>
108#include <aws/comprehend/model/DetectEntitiesRequest.h>
109#include <aws/comprehend/model/ListFlywheelsRequest.h>
110#include <aws/comprehend/model/ListDatasetsRequest.h>
111#include <aws/comprehend/model/ListEntityRecognizerSummariesRequest.h>
112#include <aws/comprehend/model/ListDocumentClassifiersRequest.h>
113#include <aws/comprehend/model/ListEntitiesDetectionJobsRequest.h>
114#include <aws/comprehend/model/ListKeyPhrasesDetectionJobsRequest.h>
115#include <aws/comprehend/model/ListEventsDetectionJobsRequest.h>
116#include <aws/comprehend/model/ListEndpointsRequest.h>
117#include <aws/comprehend/model/ListDocumentClassifierSummariesRequest.h>
118#include <aws/comprehend/model/ListTopicsDetectionJobsRequest.h>
119#include <aws/comprehend/model/ListPiiEntitiesDetectionJobsRequest.h>
120#include <aws/comprehend/model/ListSentimentDetectionJobsRequest.h>
121#include <aws/comprehend/model/ListTargetedSentimentDetectionJobsRequest.h>
122#include <aws/comprehend/model/ListDocumentClassificationJobsRequest.h>
123/* End of service model headers required in ComprehendClient header */
124
125namespace Aws
126{
127 namespace Http
128 {
129 class HttpClient;
130 class HttpClientFactory;
131 } // namespace Http
132
133 namespace Utils
134 {
135 template< typename R, typename E> class Outcome;
136
137 namespace Threading
138 {
139 class Executor;
140 } // namespace Threading
141 } // namespace Utils
142
143 namespace Auth
144 {
145 class AWSCredentials;
146 class AWSCredentialsProvider;
147 } // namespace Auth
148
149 namespace Client
150 {
151 class RetryStrategy;
152 } // namespace Client
153
154 namespace Comprehend
155 {
159
160 namespace Model
161 {
162 /* Service model forward declarations required in ComprehendClient header */
205 class ImportModelRequest;
244 class TagResourceRequest;
248 /* End of service model forward declarations required in ComprehendClient header */
249
250 /* Service model Outcome class definitions */
336 /* End of service model Outcome class definitions */
337
338 /* Service model Outcome callable definitions */
339 typedef std::future<BatchDetectDominantLanguageOutcome> BatchDetectDominantLanguageOutcomeCallable;
340 typedef std::future<BatchDetectEntitiesOutcome> BatchDetectEntitiesOutcomeCallable;
341 typedef std::future<BatchDetectKeyPhrasesOutcome> BatchDetectKeyPhrasesOutcomeCallable;
342 typedef std::future<BatchDetectSentimentOutcome> BatchDetectSentimentOutcomeCallable;
343 typedef std::future<BatchDetectSyntaxOutcome> BatchDetectSyntaxOutcomeCallable;
344 typedef std::future<BatchDetectTargetedSentimentOutcome> BatchDetectTargetedSentimentOutcomeCallable;
345 typedef std::future<ClassifyDocumentOutcome> ClassifyDocumentOutcomeCallable;
346 typedef std::future<ContainsPiiEntitiesOutcome> ContainsPiiEntitiesOutcomeCallable;
347 typedef std::future<CreateDatasetOutcome> CreateDatasetOutcomeCallable;
348 typedef std::future<CreateDocumentClassifierOutcome> CreateDocumentClassifierOutcomeCallable;
349 typedef std::future<CreateEndpointOutcome> CreateEndpointOutcomeCallable;
350 typedef std::future<CreateEntityRecognizerOutcome> CreateEntityRecognizerOutcomeCallable;
351 typedef std::future<CreateFlywheelOutcome> CreateFlywheelOutcomeCallable;
352 typedef std::future<DeleteDocumentClassifierOutcome> DeleteDocumentClassifierOutcomeCallable;
353 typedef std::future<DeleteEndpointOutcome> DeleteEndpointOutcomeCallable;
354 typedef std::future<DeleteEntityRecognizerOutcome> DeleteEntityRecognizerOutcomeCallable;
355 typedef std::future<DeleteFlywheelOutcome> DeleteFlywheelOutcomeCallable;
356 typedef std::future<DeleteResourcePolicyOutcome> DeleteResourcePolicyOutcomeCallable;
357 typedef std::future<DescribeDatasetOutcome> DescribeDatasetOutcomeCallable;
358 typedef std::future<DescribeDocumentClassificationJobOutcome> DescribeDocumentClassificationJobOutcomeCallable;
359 typedef std::future<DescribeDocumentClassifierOutcome> DescribeDocumentClassifierOutcomeCallable;
360 typedef std::future<DescribeDominantLanguageDetectionJobOutcome> DescribeDominantLanguageDetectionJobOutcomeCallable;
361 typedef std::future<DescribeEndpointOutcome> DescribeEndpointOutcomeCallable;
362 typedef std::future<DescribeEntitiesDetectionJobOutcome> DescribeEntitiesDetectionJobOutcomeCallable;
363 typedef std::future<DescribeEntityRecognizerOutcome> DescribeEntityRecognizerOutcomeCallable;
364 typedef std::future<DescribeEventsDetectionJobOutcome> DescribeEventsDetectionJobOutcomeCallable;
365 typedef std::future<DescribeFlywheelOutcome> DescribeFlywheelOutcomeCallable;
366 typedef std::future<DescribeFlywheelIterationOutcome> DescribeFlywheelIterationOutcomeCallable;
367 typedef std::future<DescribeKeyPhrasesDetectionJobOutcome> DescribeKeyPhrasesDetectionJobOutcomeCallable;
368 typedef std::future<DescribePiiEntitiesDetectionJobOutcome> DescribePiiEntitiesDetectionJobOutcomeCallable;
369 typedef std::future<DescribeResourcePolicyOutcome> DescribeResourcePolicyOutcomeCallable;
370 typedef std::future<DescribeSentimentDetectionJobOutcome> DescribeSentimentDetectionJobOutcomeCallable;
371 typedef std::future<DescribeTargetedSentimentDetectionJobOutcome> DescribeTargetedSentimentDetectionJobOutcomeCallable;
372 typedef std::future<DescribeTopicsDetectionJobOutcome> DescribeTopicsDetectionJobOutcomeCallable;
373 typedef std::future<DetectDominantLanguageOutcome> DetectDominantLanguageOutcomeCallable;
374 typedef std::future<DetectEntitiesOutcome> DetectEntitiesOutcomeCallable;
375 typedef std::future<DetectKeyPhrasesOutcome> DetectKeyPhrasesOutcomeCallable;
376 typedef std::future<DetectPiiEntitiesOutcome> DetectPiiEntitiesOutcomeCallable;
377 typedef std::future<DetectSentimentOutcome> DetectSentimentOutcomeCallable;
378 typedef std::future<DetectSyntaxOutcome> DetectSyntaxOutcomeCallable;
379 typedef std::future<DetectTargetedSentimentOutcome> DetectTargetedSentimentOutcomeCallable;
380 typedef std::future<DetectToxicContentOutcome> DetectToxicContentOutcomeCallable;
381 typedef std::future<ImportModelOutcome> ImportModelOutcomeCallable;
382 typedef std::future<ListDatasetsOutcome> ListDatasetsOutcomeCallable;
383 typedef std::future<ListDocumentClassificationJobsOutcome> ListDocumentClassificationJobsOutcomeCallable;
384 typedef std::future<ListDocumentClassifierSummariesOutcome> ListDocumentClassifierSummariesOutcomeCallable;
385 typedef std::future<ListDocumentClassifiersOutcome> ListDocumentClassifiersOutcomeCallable;
386 typedef std::future<ListDominantLanguageDetectionJobsOutcome> ListDominantLanguageDetectionJobsOutcomeCallable;
387 typedef std::future<ListEndpointsOutcome> ListEndpointsOutcomeCallable;
388 typedef std::future<ListEntitiesDetectionJobsOutcome> ListEntitiesDetectionJobsOutcomeCallable;
389 typedef std::future<ListEntityRecognizerSummariesOutcome> ListEntityRecognizerSummariesOutcomeCallable;
390 typedef std::future<ListEntityRecognizersOutcome> ListEntityRecognizersOutcomeCallable;
391 typedef std::future<ListEventsDetectionJobsOutcome> ListEventsDetectionJobsOutcomeCallable;
392 typedef std::future<ListFlywheelIterationHistoryOutcome> ListFlywheelIterationHistoryOutcomeCallable;
393 typedef std::future<ListFlywheelsOutcome> ListFlywheelsOutcomeCallable;
394 typedef std::future<ListKeyPhrasesDetectionJobsOutcome> ListKeyPhrasesDetectionJobsOutcomeCallable;
395 typedef std::future<ListPiiEntitiesDetectionJobsOutcome> ListPiiEntitiesDetectionJobsOutcomeCallable;
396 typedef std::future<ListSentimentDetectionJobsOutcome> ListSentimentDetectionJobsOutcomeCallable;
397 typedef std::future<ListTagsForResourceOutcome> ListTagsForResourceOutcomeCallable;
398 typedef std::future<ListTargetedSentimentDetectionJobsOutcome> ListTargetedSentimentDetectionJobsOutcomeCallable;
399 typedef std::future<ListTopicsDetectionJobsOutcome> ListTopicsDetectionJobsOutcomeCallable;
400 typedef std::future<PutResourcePolicyOutcome> PutResourcePolicyOutcomeCallable;
401 typedef std::future<StartDocumentClassificationJobOutcome> StartDocumentClassificationJobOutcomeCallable;
402 typedef std::future<StartDominantLanguageDetectionJobOutcome> StartDominantLanguageDetectionJobOutcomeCallable;
403 typedef std::future<StartEntitiesDetectionJobOutcome> StartEntitiesDetectionJobOutcomeCallable;
404 typedef std::future<StartEventsDetectionJobOutcome> StartEventsDetectionJobOutcomeCallable;
405 typedef std::future<StartFlywheelIterationOutcome> StartFlywheelIterationOutcomeCallable;
406 typedef std::future<StartKeyPhrasesDetectionJobOutcome> StartKeyPhrasesDetectionJobOutcomeCallable;
407 typedef std::future<StartPiiEntitiesDetectionJobOutcome> StartPiiEntitiesDetectionJobOutcomeCallable;
408 typedef std::future<StartSentimentDetectionJobOutcome> StartSentimentDetectionJobOutcomeCallable;
409 typedef std::future<StartTargetedSentimentDetectionJobOutcome> StartTargetedSentimentDetectionJobOutcomeCallable;
410 typedef std::future<StartTopicsDetectionJobOutcome> StartTopicsDetectionJobOutcomeCallable;
411 typedef std::future<StopDominantLanguageDetectionJobOutcome> StopDominantLanguageDetectionJobOutcomeCallable;
412 typedef std::future<StopEntitiesDetectionJobOutcome> StopEntitiesDetectionJobOutcomeCallable;
413 typedef std::future<StopEventsDetectionJobOutcome> StopEventsDetectionJobOutcomeCallable;
414 typedef std::future<StopKeyPhrasesDetectionJobOutcome> StopKeyPhrasesDetectionJobOutcomeCallable;
415 typedef std::future<StopPiiEntitiesDetectionJobOutcome> StopPiiEntitiesDetectionJobOutcomeCallable;
416 typedef std::future<StopSentimentDetectionJobOutcome> StopSentimentDetectionJobOutcomeCallable;
417 typedef std::future<StopTargetedSentimentDetectionJobOutcome> StopTargetedSentimentDetectionJobOutcomeCallable;
418 typedef std::future<StopTrainingDocumentClassifierOutcome> StopTrainingDocumentClassifierOutcomeCallable;
419 typedef std::future<StopTrainingEntityRecognizerOutcome> StopTrainingEntityRecognizerOutcomeCallable;
420 typedef std::future<TagResourceOutcome> TagResourceOutcomeCallable;
421 typedef std::future<UntagResourceOutcome> UntagResourceOutcomeCallable;
422 typedef std::future<UpdateEndpointOutcome> UpdateEndpointOutcomeCallable;
423 typedef std::future<UpdateFlywheelOutcome> UpdateFlywheelOutcomeCallable;
424 /* End of service model Outcome callable definitions */
425 } // namespace Model
426
427 class ComprehendClient;
428
429 /* Service model async handlers definitions */
430 typedef std::function<void(const ComprehendClient*, const Model::BatchDetectDominantLanguageRequest&, const Model::BatchDetectDominantLanguageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDetectDominantLanguageResponseReceivedHandler;
431 typedef std::function<void(const ComprehendClient*, const Model::BatchDetectEntitiesRequest&, const Model::BatchDetectEntitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDetectEntitiesResponseReceivedHandler;
432 typedef std::function<void(const ComprehendClient*, const Model::BatchDetectKeyPhrasesRequest&, const Model::BatchDetectKeyPhrasesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDetectKeyPhrasesResponseReceivedHandler;
433 typedef std::function<void(const ComprehendClient*, const Model::BatchDetectSentimentRequest&, const Model::BatchDetectSentimentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDetectSentimentResponseReceivedHandler;
434 typedef std::function<void(const ComprehendClient*, const Model::BatchDetectSyntaxRequest&, const Model::BatchDetectSyntaxOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDetectSyntaxResponseReceivedHandler;
435 typedef std::function<void(const ComprehendClient*, const Model::BatchDetectTargetedSentimentRequest&, const Model::BatchDetectTargetedSentimentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDetectTargetedSentimentResponseReceivedHandler;
436 typedef std::function<void(const ComprehendClient*, const Model::ClassifyDocumentRequest&, const Model::ClassifyDocumentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ClassifyDocumentResponseReceivedHandler;
437 typedef std::function<void(const ComprehendClient*, const Model::ContainsPiiEntitiesRequest&, const Model::ContainsPiiEntitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ContainsPiiEntitiesResponseReceivedHandler;
438 typedef std::function<void(const ComprehendClient*, const Model::CreateDatasetRequest&, const Model::CreateDatasetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDatasetResponseReceivedHandler;
439 typedef std::function<void(const ComprehendClient*, const Model::CreateDocumentClassifierRequest&, const Model::CreateDocumentClassifierOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateDocumentClassifierResponseReceivedHandler;
440 typedef std::function<void(const ComprehendClient*, const Model::CreateEndpointRequest&, const Model::CreateEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateEndpointResponseReceivedHandler;
441 typedef std::function<void(const ComprehendClient*, const Model::CreateEntityRecognizerRequest&, const Model::CreateEntityRecognizerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateEntityRecognizerResponseReceivedHandler;
442 typedef std::function<void(const ComprehendClient*, const Model::CreateFlywheelRequest&, const Model::CreateFlywheelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > CreateFlywheelResponseReceivedHandler;
443 typedef std::function<void(const ComprehendClient*, const Model::DeleteDocumentClassifierRequest&, const Model::DeleteDocumentClassifierOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteDocumentClassifierResponseReceivedHandler;
444 typedef std::function<void(const ComprehendClient*, const Model::DeleteEndpointRequest&, const Model::DeleteEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteEndpointResponseReceivedHandler;
445 typedef std::function<void(const ComprehendClient*, const Model::DeleteEntityRecognizerRequest&, const Model::DeleteEntityRecognizerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteEntityRecognizerResponseReceivedHandler;
446 typedef std::function<void(const ComprehendClient*, const Model::DeleteFlywheelRequest&, const Model::DeleteFlywheelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteFlywheelResponseReceivedHandler;
447 typedef std::function<void(const ComprehendClient*, const Model::DeleteResourcePolicyRequest&, const Model::DeleteResourcePolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteResourcePolicyResponseReceivedHandler;
448 typedef std::function<void(const ComprehendClient*, const Model::DescribeDatasetRequest&, const Model::DescribeDatasetOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeDatasetResponseReceivedHandler;
449 typedef std::function<void(const ComprehendClient*, const Model::DescribeDocumentClassificationJobRequest&, const Model::DescribeDocumentClassificationJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeDocumentClassificationJobResponseReceivedHandler;
450 typedef std::function<void(const ComprehendClient*, const Model::DescribeDocumentClassifierRequest&, const Model::DescribeDocumentClassifierOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeDocumentClassifierResponseReceivedHandler;
451 typedef std::function<void(const ComprehendClient*, const Model::DescribeDominantLanguageDetectionJobRequest&, const Model::DescribeDominantLanguageDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeDominantLanguageDetectionJobResponseReceivedHandler;
452 typedef std::function<void(const ComprehendClient*, const Model::DescribeEndpointRequest&, const Model::DescribeEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeEndpointResponseReceivedHandler;
453 typedef std::function<void(const ComprehendClient*, const Model::DescribeEntitiesDetectionJobRequest&, const Model::DescribeEntitiesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeEntitiesDetectionJobResponseReceivedHandler;
454 typedef std::function<void(const ComprehendClient*, const Model::DescribeEntityRecognizerRequest&, const Model::DescribeEntityRecognizerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeEntityRecognizerResponseReceivedHandler;
455 typedef std::function<void(const ComprehendClient*, const Model::DescribeEventsDetectionJobRequest&, const Model::DescribeEventsDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeEventsDetectionJobResponseReceivedHandler;
456 typedef std::function<void(const ComprehendClient*, const Model::DescribeFlywheelRequest&, const Model::DescribeFlywheelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFlywheelResponseReceivedHandler;
457 typedef std::function<void(const ComprehendClient*, const Model::DescribeFlywheelIterationRequest&, const Model::DescribeFlywheelIterationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeFlywheelIterationResponseReceivedHandler;
458 typedef std::function<void(const ComprehendClient*, const Model::DescribeKeyPhrasesDetectionJobRequest&, const Model::DescribeKeyPhrasesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeKeyPhrasesDetectionJobResponseReceivedHandler;
459 typedef std::function<void(const ComprehendClient*, const Model::DescribePiiEntitiesDetectionJobRequest&, const Model::DescribePiiEntitiesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribePiiEntitiesDetectionJobResponseReceivedHandler;
460 typedef std::function<void(const ComprehendClient*, const Model::DescribeResourcePolicyRequest&, const Model::DescribeResourcePolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeResourcePolicyResponseReceivedHandler;
461 typedef std::function<void(const ComprehendClient*, const Model::DescribeSentimentDetectionJobRequest&, const Model::DescribeSentimentDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeSentimentDetectionJobResponseReceivedHandler;
463 typedef std::function<void(const ComprehendClient*, const Model::DescribeTopicsDetectionJobRequest&, const Model::DescribeTopicsDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DescribeTopicsDetectionJobResponseReceivedHandler;
464 typedef std::function<void(const ComprehendClient*, const Model::DetectDominantLanguageRequest&, const Model::DetectDominantLanguageOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectDominantLanguageResponseReceivedHandler;
465 typedef std::function<void(const ComprehendClient*, const Model::DetectEntitiesRequest&, const Model::DetectEntitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectEntitiesResponseReceivedHandler;
466 typedef std::function<void(const ComprehendClient*, const Model::DetectKeyPhrasesRequest&, const Model::DetectKeyPhrasesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectKeyPhrasesResponseReceivedHandler;
467 typedef std::function<void(const ComprehendClient*, const Model::DetectPiiEntitiesRequest&, const Model::DetectPiiEntitiesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectPiiEntitiesResponseReceivedHandler;
468 typedef std::function<void(const ComprehendClient*, const Model::DetectSentimentRequest&, const Model::DetectSentimentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectSentimentResponseReceivedHandler;
469 typedef std::function<void(const ComprehendClient*, const Model::DetectSyntaxRequest&, const Model::DetectSyntaxOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectSyntaxResponseReceivedHandler;
470 typedef std::function<void(const ComprehendClient*, const Model::DetectTargetedSentimentRequest&, const Model::DetectTargetedSentimentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectTargetedSentimentResponseReceivedHandler;
471 typedef std::function<void(const ComprehendClient*, const Model::DetectToxicContentRequest&, const Model::DetectToxicContentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DetectToxicContentResponseReceivedHandler;
472 typedef std::function<void(const ComprehendClient*, const Model::ImportModelRequest&, const Model::ImportModelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ImportModelResponseReceivedHandler;
473 typedef std::function<void(const ComprehendClient*, const Model::ListDatasetsRequest&, const Model::ListDatasetsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDatasetsResponseReceivedHandler;
474 typedef std::function<void(const ComprehendClient*, const Model::ListDocumentClassificationJobsRequest&, const Model::ListDocumentClassificationJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDocumentClassificationJobsResponseReceivedHandler;
475 typedef std::function<void(const ComprehendClient*, const Model::ListDocumentClassifierSummariesRequest&, const Model::ListDocumentClassifierSummariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDocumentClassifierSummariesResponseReceivedHandler;
476 typedef std::function<void(const ComprehendClient*, const Model::ListDocumentClassifiersRequest&, const Model::ListDocumentClassifiersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDocumentClassifiersResponseReceivedHandler;
477 typedef std::function<void(const ComprehendClient*, const Model::ListDominantLanguageDetectionJobsRequest&, const Model::ListDominantLanguageDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListDominantLanguageDetectionJobsResponseReceivedHandler;
478 typedef std::function<void(const ComprehendClient*, const Model::ListEndpointsRequest&, const Model::ListEndpointsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEndpointsResponseReceivedHandler;
479 typedef std::function<void(const ComprehendClient*, const Model::ListEntitiesDetectionJobsRequest&, const Model::ListEntitiesDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEntitiesDetectionJobsResponseReceivedHandler;
480 typedef std::function<void(const ComprehendClient*, const Model::ListEntityRecognizerSummariesRequest&, const Model::ListEntityRecognizerSummariesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEntityRecognizerSummariesResponseReceivedHandler;
481 typedef std::function<void(const ComprehendClient*, const Model::ListEntityRecognizersRequest&, const Model::ListEntityRecognizersOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEntityRecognizersResponseReceivedHandler;
482 typedef std::function<void(const ComprehendClient*, const Model::ListEventsDetectionJobsRequest&, const Model::ListEventsDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListEventsDetectionJobsResponseReceivedHandler;
483 typedef std::function<void(const ComprehendClient*, const Model::ListFlywheelIterationHistoryRequest&, const Model::ListFlywheelIterationHistoryOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListFlywheelIterationHistoryResponseReceivedHandler;
484 typedef std::function<void(const ComprehendClient*, const Model::ListFlywheelsRequest&, const Model::ListFlywheelsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListFlywheelsResponseReceivedHandler;
485 typedef std::function<void(const ComprehendClient*, const Model::ListKeyPhrasesDetectionJobsRequest&, const Model::ListKeyPhrasesDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListKeyPhrasesDetectionJobsResponseReceivedHandler;
486 typedef std::function<void(const ComprehendClient*, const Model::ListPiiEntitiesDetectionJobsRequest&, const Model::ListPiiEntitiesDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListPiiEntitiesDetectionJobsResponseReceivedHandler;
487 typedef std::function<void(const ComprehendClient*, const Model::ListSentimentDetectionJobsRequest&, const Model::ListSentimentDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSentimentDetectionJobsResponseReceivedHandler;
488 typedef std::function<void(const ComprehendClient*, const Model::ListTagsForResourceRequest&, const Model::ListTagsForResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTagsForResourceResponseReceivedHandler;
489 typedef std::function<void(const ComprehendClient*, const Model::ListTargetedSentimentDetectionJobsRequest&, const Model::ListTargetedSentimentDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTargetedSentimentDetectionJobsResponseReceivedHandler;
490 typedef std::function<void(const ComprehendClient*, const Model::ListTopicsDetectionJobsRequest&, const Model::ListTopicsDetectionJobsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTopicsDetectionJobsResponseReceivedHandler;
491 typedef std::function<void(const ComprehendClient*, const Model::PutResourcePolicyRequest&, const Model::PutResourcePolicyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutResourcePolicyResponseReceivedHandler;
492 typedef std::function<void(const ComprehendClient*, const Model::StartDocumentClassificationJobRequest&, const Model::StartDocumentClassificationJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartDocumentClassificationJobResponseReceivedHandler;
493 typedef std::function<void(const ComprehendClient*, const Model::StartDominantLanguageDetectionJobRequest&, const Model::StartDominantLanguageDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartDominantLanguageDetectionJobResponseReceivedHandler;
494 typedef std::function<void(const ComprehendClient*, const Model::StartEntitiesDetectionJobRequest&, const Model::StartEntitiesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartEntitiesDetectionJobResponseReceivedHandler;
495 typedef std::function<void(const ComprehendClient*, const Model::StartEventsDetectionJobRequest&, const Model::StartEventsDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartEventsDetectionJobResponseReceivedHandler;
496 typedef std::function<void(const ComprehendClient*, const Model::StartFlywheelIterationRequest&, const Model::StartFlywheelIterationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartFlywheelIterationResponseReceivedHandler;
497 typedef std::function<void(const ComprehendClient*, const Model::StartKeyPhrasesDetectionJobRequest&, const Model::StartKeyPhrasesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartKeyPhrasesDetectionJobResponseReceivedHandler;
498 typedef std::function<void(const ComprehendClient*, const Model::StartPiiEntitiesDetectionJobRequest&, const Model::StartPiiEntitiesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartPiiEntitiesDetectionJobResponseReceivedHandler;
499 typedef std::function<void(const ComprehendClient*, const Model::StartSentimentDetectionJobRequest&, const Model::StartSentimentDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartSentimentDetectionJobResponseReceivedHandler;
500 typedef std::function<void(const ComprehendClient*, const Model::StartTargetedSentimentDetectionJobRequest&, const Model::StartTargetedSentimentDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartTargetedSentimentDetectionJobResponseReceivedHandler;
501 typedef std::function<void(const ComprehendClient*, const Model::StartTopicsDetectionJobRequest&, const Model::StartTopicsDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartTopicsDetectionJobResponseReceivedHandler;
502 typedef std::function<void(const ComprehendClient*, const Model::StopDominantLanguageDetectionJobRequest&, const Model::StopDominantLanguageDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopDominantLanguageDetectionJobResponseReceivedHandler;
503 typedef std::function<void(const ComprehendClient*, const Model::StopEntitiesDetectionJobRequest&, const Model::StopEntitiesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopEntitiesDetectionJobResponseReceivedHandler;
504 typedef std::function<void(const ComprehendClient*, const Model::StopEventsDetectionJobRequest&, const Model::StopEventsDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopEventsDetectionJobResponseReceivedHandler;
505 typedef std::function<void(const ComprehendClient*, const Model::StopKeyPhrasesDetectionJobRequest&, const Model::StopKeyPhrasesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopKeyPhrasesDetectionJobResponseReceivedHandler;
506 typedef std::function<void(const ComprehendClient*, const Model::StopPiiEntitiesDetectionJobRequest&, const Model::StopPiiEntitiesDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopPiiEntitiesDetectionJobResponseReceivedHandler;
507 typedef std::function<void(const ComprehendClient*, const Model::StopSentimentDetectionJobRequest&, const Model::StopSentimentDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopSentimentDetectionJobResponseReceivedHandler;
508 typedef std::function<void(const ComprehendClient*, const Model::StopTargetedSentimentDetectionJobRequest&, const Model::StopTargetedSentimentDetectionJobOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopTargetedSentimentDetectionJobResponseReceivedHandler;
509 typedef std::function<void(const ComprehendClient*, const Model::StopTrainingDocumentClassifierRequest&, const Model::StopTrainingDocumentClassifierOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopTrainingDocumentClassifierResponseReceivedHandler;
510 typedef std::function<void(const ComprehendClient*, const Model::StopTrainingEntityRecognizerRequest&, const Model::StopTrainingEntityRecognizerOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StopTrainingEntityRecognizerResponseReceivedHandler;
511 typedef std::function<void(const ComprehendClient*, const Model::TagResourceRequest&, const Model::TagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > TagResourceResponseReceivedHandler;
512 typedef std::function<void(const ComprehendClient*, const Model::UntagResourceRequest&, const Model::UntagResourceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UntagResourceResponseReceivedHandler;
513 typedef std::function<void(const ComprehendClient*, const Model::UpdateEndpointRequest&, const Model::UpdateEndpointOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateEndpointResponseReceivedHandler;
514 typedef std::function<void(const ComprehendClient*, const Model::UpdateFlywheelRequest&, const Model::UpdateFlywheelOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > UpdateFlywheelResponseReceivedHandler;
515 /* End of service model async handlers definitions */
516 } // namespace Comprehend
517} // namespace Aws
EndpointProviderBase< ComprehendClientConfiguration, ComprehendBuiltInParameters, ComprehendClientContextParameters > ComprehendEndpointProviderBase
Aws::Utils::Outcome< ListPiiEntitiesDetectionJobsResult, ComprehendError > ListPiiEntitiesDetectionJobsOutcome
Aws::Utils::Outcome< DetectSyntaxResult, ComprehendError > DetectSyntaxOutcome
std::future< CreateDatasetOutcome > CreateDatasetOutcomeCallable
std::future< StopKeyPhrasesDetectionJobOutcome > StopKeyPhrasesDetectionJobOutcomeCallable
Aws::Utils::Outcome< DetectToxicContentResult, ComprehendError > DetectToxicContentOutcome
Aws::Utils::Outcome< DeleteEntityRecognizerResult, ComprehendError > DeleteEntityRecognizerOutcome
Aws::Utils::Outcome< StopSentimentDetectionJobResult, ComprehendError > StopSentimentDetectionJobOutcome
std::future< StartSentimentDetectionJobOutcome > StartSentimentDetectionJobOutcomeCallable
std::future< DescribeDocumentClassificationJobOutcome > DescribeDocumentClassificationJobOutcomeCallable
std::future< DescribeFlywheelOutcome > DescribeFlywheelOutcomeCallable
std::future< ContainsPiiEntitiesOutcome > ContainsPiiEntitiesOutcomeCallable
std::future< ListDominantLanguageDetectionJobsOutcome > ListDominantLanguageDetectionJobsOutcomeCallable
std::future< StartTopicsDetectionJobOutcome > StartTopicsDetectionJobOutcomeCallable
std::future< DescribeEntityRecognizerOutcome > DescribeEntityRecognizerOutcomeCallable
std::future< DeleteFlywheelOutcome > DeleteFlywheelOutcomeCallable
Aws::Utils::Outcome< ListDocumentClassifiersResult, ComprehendError > ListDocumentClassifiersOutcome
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
Aws::Utils::Outcome< CreateFlywheelResult, ComprehendError > CreateFlywheelOutcome
Aws::Utils::Outcome< StartSentimentDetectionJobResult, ComprehendError > StartSentimentDetectionJobOutcome
std::future< StopEntitiesDetectionJobOutcome > StopEntitiesDetectionJobOutcomeCallable
Aws::Utils::Outcome< ListTopicsDetectionJobsResult, ComprehendError > ListTopicsDetectionJobsOutcome
Aws::Utils::Outcome< StartKeyPhrasesDetectionJobResult, ComprehendError > StartKeyPhrasesDetectionJobOutcome
Aws::Utils::Outcome< DescribeTargetedSentimentDetectionJobResult, ComprehendError > DescribeTargetedSentimentDetectionJobOutcome
std::future< ListDocumentClassifierSummariesOutcome > ListDocumentClassifierSummariesOutcomeCallable
std::future< DescribeTopicsDetectionJobOutcome > DescribeTopicsDetectionJobOutcomeCallable
std::future< ListEntityRecognizerSummariesOutcome > ListEntityRecognizerSummariesOutcomeCallable
std::future< DescribeDominantLanguageDetectionJobOutcome > DescribeDominantLanguageDetectionJobOutcomeCallable
std::future< DescribeDocumentClassifierOutcome > DescribeDocumentClassifierOutcomeCallable
Aws::Utils::Outcome< StopKeyPhrasesDetectionJobResult, ComprehendError > StopKeyPhrasesDetectionJobOutcome
Aws::Utils::Outcome< ListSentimentDetectionJobsResult, ComprehendError > ListSentimentDetectionJobsOutcome
Aws::Utils::Outcome< DeleteFlywheelResult, ComprehendError > DeleteFlywheelOutcome
Aws::Utils::Outcome< DeleteEndpointResult, ComprehendError > DeleteEndpointOutcome
std::future< ImportModelOutcome > ImportModelOutcomeCallable
Aws::Utils::Outcome< UpdateEndpointResult, ComprehendError > UpdateEndpointOutcome
Aws::Utils::Outcome< DescribeDatasetResult, ComprehendError > DescribeDatasetOutcome
Aws::Utils::Outcome< ListFlywheelIterationHistoryResult, ComprehendError > ListFlywheelIterationHistoryOutcome
Aws::Utils::Outcome< DescribePiiEntitiesDetectionJobResult, ComprehendError > DescribePiiEntitiesDetectionJobOutcome
Aws::Utils::Outcome< ClassifyDocumentResult, ComprehendError > ClassifyDocumentOutcome
std::future< ListDatasetsOutcome > ListDatasetsOutcomeCallable
std::future< DescribeKeyPhrasesDetectionJobOutcome > DescribeKeyPhrasesDetectionJobOutcomeCallable
Aws::Utils::Outcome< ListDocumentClassificationJobsResult, ComprehendError > ListDocumentClassificationJobsOutcome
std::future< DescribeDatasetOutcome > DescribeDatasetOutcomeCallable
Aws::Utils::Outcome< StartTopicsDetectionJobResult, ComprehendError > StartTopicsDetectionJobOutcome
std::future< ListSentimentDetectionJobsOutcome > ListSentimentDetectionJobsOutcomeCallable
Aws::Utils::Outcome< StartDominantLanguageDetectionJobResult, ComprehendError > StartDominantLanguageDetectionJobOutcome
Aws::Utils::Outcome< StartDocumentClassificationJobResult, ComprehendError > StartDocumentClassificationJobOutcome
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListTopicsDetectionJobsOutcome > ListTopicsDetectionJobsOutcomeCallable
Aws::Utils::Outcome< StartTargetedSentimentDetectionJobResult, ComprehendError > StartTargetedSentimentDetectionJobOutcome
Aws::Utils::Outcome< BatchDetectEntitiesResult, ComprehendError > BatchDetectEntitiesOutcome
Aws::Utils::Outcome< StartPiiEntitiesDetectionJobResult, ComprehendError > StartPiiEntitiesDetectionJobOutcome
Aws::Utils::Outcome< StopEventsDetectionJobResult, ComprehendError > StopEventsDetectionJobOutcome
std::future< DetectTargetedSentimentOutcome > DetectTargetedSentimentOutcomeCallable
std::future< DetectSentimentOutcome > DetectSentimentOutcomeCallable
std::future< StartPiiEntitiesDetectionJobOutcome > StartPiiEntitiesDetectionJobOutcomeCallable
std::future< ListDocumentClassificationJobsOutcome > ListDocumentClassificationJobsOutcomeCallable
Aws::Utils::Outcome< StopEntitiesDetectionJobResult, ComprehendError > StopEntitiesDetectionJobOutcome
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< BatchDetectKeyPhrasesOutcome > BatchDetectKeyPhrasesOutcomeCallable
std::future< CreateEndpointOutcome > CreateEndpointOutcomeCallable
std::future< BatchDetectSyntaxOutcome > BatchDetectSyntaxOutcomeCallable
std::future< DeleteResourcePolicyOutcome > DeleteResourcePolicyOutcomeCallable
Aws::Utils::Outcome< DescribeDocumentClassificationJobResult, ComprehendError > DescribeDocumentClassificationJobOutcome
std::future< StopPiiEntitiesDetectionJobOutcome > StopPiiEntitiesDetectionJobOutcomeCallable
std::future< BatchDetectTargetedSentimentOutcome > BatchDetectTargetedSentimentOutcomeCallable
std::future< BatchDetectEntitiesOutcome > BatchDetectEntitiesOutcomeCallable
std::future< DescribeEntitiesDetectionJobOutcome > DescribeEntitiesDetectionJobOutcomeCallable
std::future< BatchDetectDominantLanguageOutcome > BatchDetectDominantLanguageOutcomeCallable
Aws::Utils::Outcome< DeleteResourcePolicyResult, ComprehendError > DeleteResourcePolicyOutcome
std::future< DetectSyntaxOutcome > DetectSyntaxOutcomeCallable
std::future< DescribeFlywheelIterationOutcome > DescribeFlywheelIterationOutcomeCallable
Aws::Utils::Outcome< DetectKeyPhrasesResult, ComprehendError > DetectKeyPhrasesOutcome
Aws::Utils::Outcome< DescribeResourcePolicyResult, ComprehendError > DescribeResourcePolicyOutcome
std::future< ListDocumentClassifiersOutcome > ListDocumentClassifiersOutcomeCallable
Aws::Utils::Outcome< DeleteDocumentClassifierResult, ComprehendError > DeleteDocumentClassifierOutcome
Aws::Utils::Outcome< BatchDetectKeyPhrasesResult, ComprehendError > BatchDetectKeyPhrasesOutcome
Aws::Utils::Outcome< ListEndpointsResult, ComprehendError > ListEndpointsOutcome
std::future< ListTargetedSentimentDetectionJobsOutcome > ListTargetedSentimentDetectionJobsOutcomeCallable
std::future< StartEventsDetectionJobOutcome > StartEventsDetectionJobOutcomeCallable
Aws::Utils::Outcome< ListDominantLanguageDetectionJobsResult, ComprehendError > ListDominantLanguageDetectionJobsOutcome
std::future< DetectDominantLanguageOutcome > DetectDominantLanguageOutcomeCallable
Aws::Utils::Outcome< ListKeyPhrasesDetectionJobsResult, ComprehendError > ListKeyPhrasesDetectionJobsOutcome
std::future< DeleteEntityRecognizerOutcome > DeleteEntityRecognizerOutcomeCallable
Aws::Utils::Outcome< ListEntitiesDetectionJobsResult, ComprehendError > ListEntitiesDetectionJobsOutcome
Aws::Utils::Outcome< CreateDatasetResult, ComprehendError > CreateDatasetOutcome
Aws::Utils::Outcome< BatchDetectTargetedSentimentResult, ComprehendError > BatchDetectTargetedSentimentOutcome
Aws::Utils::Outcome< DescribeEventsDetectionJobResult, ComprehendError > DescribeEventsDetectionJobOutcome
Aws::Utils::Outcome< ListTargetedSentimentDetectionJobsResult, ComprehendError > ListTargetedSentimentDetectionJobsOutcome
std::future< DetectPiiEntitiesOutcome > DetectPiiEntitiesOutcomeCallable
std::future< ListFlywheelsOutcome > ListFlywheelsOutcomeCallable
Aws::Utils::Outcome< DetectSentimentResult, ComprehendError > DetectSentimentOutcome
std::future< StartDominantLanguageDetectionJobOutcome > StartDominantLanguageDetectionJobOutcomeCallable
std::future< CreateEntityRecognizerOutcome > CreateEntityRecognizerOutcomeCallable
Aws::Utils::Outcome< ListEntityRecognizersResult, ComprehendError > ListEntityRecognizersOutcome
std::future< ClassifyDocumentOutcome > ClassifyDocumentOutcomeCallable
Aws::Utils::Outcome< CreateEntityRecognizerResult, ComprehendError > CreateEntityRecognizerOutcome
Aws::Utils::Outcome< StopTrainingDocumentClassifierResult, ComprehendError > StopTrainingDocumentClassifierOutcome
Aws::Utils::Outcome< DescribeSentimentDetectionJobResult, ComprehendError > DescribeSentimentDetectionJobOutcome
Aws::Utils::Outcome< DescribeKeyPhrasesDetectionJobResult, ComprehendError > DescribeKeyPhrasesDetectionJobOutcome
std::future< ListPiiEntitiesDetectionJobsOutcome > ListPiiEntitiesDetectionJobsOutcomeCallable
std::future< ListEventsDetectionJobsOutcome > ListEventsDetectionJobsOutcomeCallable
std::future< StartEntitiesDetectionJobOutcome > StartEntitiesDetectionJobOutcomeCallable
std::future< DetectKeyPhrasesOutcome > DetectKeyPhrasesOutcomeCallable
std::future< UpdateFlywheelOutcome > UpdateFlywheelOutcomeCallable
Aws::Utils::Outcome< CreateEndpointResult, ComprehendError > CreateEndpointOutcome
Aws::Utils::Outcome< ListDatasetsResult, ComprehendError > ListDatasetsOutcome
Aws::Utils::Outcome< DescribeEndpointResult, ComprehendError > DescribeEndpointOutcome
Aws::Utils::Outcome< DetectTargetedSentimentResult, ComprehendError > DetectTargetedSentimentOutcome
std::future< StopTrainingDocumentClassifierOutcome > StopTrainingDocumentClassifierOutcomeCallable
std::future< StartFlywheelIterationOutcome > StartFlywheelIterationOutcomeCallable
std::future< ListEntityRecognizersOutcome > ListEntityRecognizersOutcomeCallable
Aws::Utils::Outcome< TagResourceResult, ComprehendError > TagResourceOutcome
Aws::Utils::Outcome< DescribeEntitiesDetectionJobResult, ComprehendError > DescribeEntitiesDetectionJobOutcome
Aws::Utils::Outcome< DescribeFlywheelIterationResult, ComprehendError > DescribeFlywheelIterationOutcome
std::future< ListKeyPhrasesDetectionJobsOutcome > ListKeyPhrasesDetectionJobsOutcomeCallable
std::future< StopDominantLanguageDetectionJobOutcome > StopDominantLanguageDetectionJobOutcomeCallable
Aws::Utils::Outcome< StopDominantLanguageDetectionJobResult, ComprehendError > StopDominantLanguageDetectionJobOutcome
Aws::Utils::Outcome< BatchDetectSyntaxResult, ComprehendError > BatchDetectSyntaxOutcome
Aws::Utils::Outcome< DetectDominantLanguageResult, ComprehendError > DetectDominantLanguageOutcome
Aws::Utils::Outcome< BatchDetectSentimentResult, ComprehendError > BatchDetectSentimentOutcome
Aws::Utils::Outcome< ListEventsDetectionJobsResult, ComprehendError > ListEventsDetectionJobsOutcome
Aws::Utils::Outcome< UntagResourceResult, ComprehendError > UntagResourceOutcome
Aws::Utils::Outcome< ListFlywheelsResult, ComprehendError > ListFlywheelsOutcome
std::future< BatchDetectSentimentOutcome > BatchDetectSentimentOutcomeCallable
std::future< ListEntitiesDetectionJobsOutcome > ListEntitiesDetectionJobsOutcomeCallable
Aws::Utils::Outcome< StartFlywheelIterationResult, ComprehendError > StartFlywheelIterationOutcome
Aws::Utils::Outcome< DetectPiiEntitiesResult, ComprehendError > DetectPiiEntitiesOutcome
std::future< DeleteDocumentClassifierOutcome > DeleteDocumentClassifierOutcomeCallable
Aws::Utils::Outcome< DescribeDocumentClassifierResult, ComprehendError > DescribeDocumentClassifierOutcome
std::future< StopTargetedSentimentDetectionJobOutcome > StopTargetedSentimentDetectionJobOutcomeCallable
Aws::Utils::Outcome< StopTargetedSentimentDetectionJobResult, ComprehendError > StopTargetedSentimentDetectionJobOutcome
std::future< DetectToxicContentOutcome > DetectToxicContentOutcomeCallable
Aws::Utils::Outcome< DescribeEntityRecognizerResult, ComprehendError > DescribeEntityRecognizerOutcome
std::future< DescribeSentimentDetectionJobOutcome > DescribeSentimentDetectionJobOutcomeCallable
Aws::Utils::Outcome< StartEntitiesDetectionJobResult, ComprehendError > StartEntitiesDetectionJobOutcome
Aws::Utils::Outcome< UpdateFlywheelResult, ComprehendError > UpdateFlywheelOutcome
std::future< CreateFlywheelOutcome > CreateFlywheelOutcomeCallable
std::future< PutResourcePolicyOutcome > PutResourcePolicyOutcomeCallable
Aws::Utils::Outcome< ListDocumentClassifierSummariesResult, ComprehendError > ListDocumentClassifierSummariesOutcome
Aws::Utils::Outcome< StopPiiEntitiesDetectionJobResult, ComprehendError > StopPiiEntitiesDetectionJobOutcome
std::future< StartDocumentClassificationJobOutcome > StartDocumentClassificationJobOutcomeCallable
std::future< DetectEntitiesOutcome > DetectEntitiesOutcomeCallable
std::future< DescribeEndpointOutcome > DescribeEndpointOutcomeCallable
std::future< ListFlywheelIterationHistoryOutcome > ListFlywheelIterationHistoryOutcomeCallable
std::future< StopEventsDetectionJobOutcome > StopEventsDetectionJobOutcomeCallable
Aws::Utils::Outcome< DetectEntitiesResult, ComprehendError > DetectEntitiesOutcome
Aws::Utils::Outcome< StopTrainingEntityRecognizerResult, ComprehendError > StopTrainingEntityRecognizerOutcome
std::future< StopSentimentDetectionJobOutcome > StopSentimentDetectionJobOutcomeCallable
std::future< StartTargetedSentimentDetectionJobOutcome > StartTargetedSentimentDetectionJobOutcomeCallable
Aws::Utils::Outcome< PutResourcePolicyResult, ComprehendError > PutResourcePolicyOutcome
Aws::Utils::Outcome< DescribeTopicsDetectionJobResult, ComprehendError > DescribeTopicsDetectionJobOutcome
std::future< DescribeTargetedSentimentDetectionJobOutcome > DescribeTargetedSentimentDetectionJobOutcomeCallable
Aws::Utils::Outcome< ListEntityRecognizerSummariesResult, ComprehendError > ListEntityRecognizerSummariesOutcome
Aws::Utils::Outcome< DescribeFlywheelResult, ComprehendError > DescribeFlywheelOutcome
std::future< DescribeEventsDetectionJobOutcome > DescribeEventsDetectionJobOutcomeCallable
Aws::Utils::Outcome< ImportModelResult, ComprehendError > ImportModelOutcome
std::future< StartKeyPhrasesDetectionJobOutcome > StartKeyPhrasesDetectionJobOutcomeCallable
std::future< DescribePiiEntitiesDetectionJobOutcome > DescribePiiEntitiesDetectionJobOutcomeCallable
Aws::Utils::Outcome< DescribeDominantLanguageDetectionJobResult, ComprehendError > DescribeDominantLanguageDetectionJobOutcome
Aws::Utils::Outcome< ContainsPiiEntitiesResult, ComprehendError > ContainsPiiEntitiesOutcome
std::future< CreateDocumentClassifierOutcome > CreateDocumentClassifierOutcomeCallable
std::future< UpdateEndpointOutcome > UpdateEndpointOutcomeCallable
Aws::Utils::Outcome< StartEventsDetectionJobResult, ComprehendError > StartEventsDetectionJobOutcome
std::future< StopTrainingEntityRecognizerOutcome > StopTrainingEntityRecognizerOutcomeCallable
std::future< DeleteEndpointOutcome > DeleteEndpointOutcomeCallable
std::future< ListEndpointsOutcome > ListEndpointsOutcomeCallable
std::future< DescribeResourcePolicyOutcome > DescribeResourcePolicyOutcomeCallable
Aws::Utils::Outcome< ListTagsForResourceResult, ComprehendError > ListTagsForResourceOutcome
Aws::Utils::Outcome< CreateDocumentClassifierResult, ComprehendError > CreateDocumentClassifierOutcome
Aws::Utils::Outcome< BatchDetectDominantLanguageResult, ComprehendError > BatchDetectDominantLanguageOutcome
std::function< void(const ComprehendClient *, const Model::DeleteEndpointRequest &, const Model::DeleteEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEndpointResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartKeyPhrasesDetectionJobRequest &, const Model::StartKeyPhrasesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartKeyPhrasesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopEventsDetectionJobRequest &, const Model::StopEventsDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopEventsDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::CreateEntityRecognizerRequest &, const Model::CreateEntityRecognizerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEntityRecognizerResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeEndpointRequest &, const Model::DescribeEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEndpointResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::CreateEndpointRequest &, const Model::CreateEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateEndpointResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectSyntaxRequest &, const Model::DetectSyntaxOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectSyntaxResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListDocumentClassifierSummariesRequest &, const Model::ListDocumentClassifierSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDocumentClassifierSummariesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::BatchDetectEntitiesRequest &, const Model::BatchDetectEntitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDetectEntitiesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeDominantLanguageDetectionJobRequest &, const Model::DescribeDominantLanguageDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeDominantLanguageDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTagsForResourceResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectPiiEntitiesRequest &, const Model::DetectPiiEntitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectPiiEntitiesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DeleteResourcePolicyRequest &, const Model::DeleteResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteResourcePolicyResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListDocumentClassifiersRequest &, const Model::ListDocumentClassifiersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDocumentClassifiersResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeKeyPhrasesDetectionJobRequest &, const Model::DescribeKeyPhrasesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeKeyPhrasesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeEventsDetectionJobRequest &, const Model::DescribeEventsDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEventsDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListEventsDetectionJobsRequest &, const Model::ListEventsDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEventsDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::CreateDocumentClassifierRequest &, const Model::CreateDocumentClassifierOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDocumentClassifierResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeSentimentDetectionJobRequest &, const Model::DescribeSentimentDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeSentimentDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DeleteEntityRecognizerRequest &, const Model::DeleteEntityRecognizerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteEntityRecognizerResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListEndpointsRequest &, const Model::ListEndpointsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEndpointsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListTargetedSentimentDetectionJobsRequest &, const Model::ListTargetedSentimentDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTargetedSentimentDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartDocumentClassificationJobRequest &, const Model::StartDocumentClassificationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartDocumentClassificationJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartDominantLanguageDetectionJobRequest &, const Model::StartDominantLanguageDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartDominantLanguageDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectToxicContentRequest &, const Model::DetectToxicContentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectToxicContentResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectDominantLanguageRequest &, const Model::DetectDominantLanguageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectDominantLanguageResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeDatasetRequest &, const Model::DescribeDatasetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeDatasetResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectKeyPhrasesRequest &, const Model::DetectKeyPhrasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectKeyPhrasesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopDominantLanguageDetectionJobRequest &, const Model::StopDominantLanguageDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopDominantLanguageDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopSentimentDetectionJobRequest &, const Model::StopSentimentDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopSentimentDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListEntityRecognizersRequest &, const Model::ListEntityRecognizersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEntityRecognizersResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartPiiEntitiesDetectionJobRequest &, const Model::StartPiiEntitiesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartPiiEntitiesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::BatchDetectTargetedSentimentRequest &, const Model::BatchDetectTargetedSentimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDetectTargetedSentimentResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::BatchDetectSentimentRequest &, const Model::BatchDetectSentimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDetectSentimentResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribePiiEntitiesDetectionJobRequest &, const Model::DescribePiiEntitiesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribePiiEntitiesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListEntitiesDetectionJobsRequest &, const Model::ListEntitiesDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEntitiesDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopTrainingEntityRecognizerRequest &, const Model::StopTrainingEntityRecognizerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopTrainingEntityRecognizerResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeDocumentClassifierRequest &, const Model::DescribeDocumentClassifierOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeDocumentClassifierResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::CreateDatasetRequest &, const Model::CreateDatasetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateDatasetResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::UpdateEndpointRequest &, const Model::UpdateEndpointOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateEndpointResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartTargetedSentimentDetectionJobRequest &, const Model::StartTargetedSentimentDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartTargetedSentimentDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeTopicsDetectionJobRequest &, const Model::DescribeTopicsDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTopicsDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListDominantLanguageDetectionJobsRequest &, const Model::ListDominantLanguageDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDominantLanguageDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::BatchDetectSyntaxRequest &, const Model::BatchDetectSyntaxOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDetectSyntaxResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectEntitiesRequest &, const Model::DetectEntitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectEntitiesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartSentimentDetectionJobRequest &, const Model::StartSentimentDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartSentimentDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopKeyPhrasesDetectionJobRequest &, const Model::StopKeyPhrasesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopKeyPhrasesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopPiiEntitiesDetectionJobRequest &, const Model::StopPiiEntitiesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopPiiEntitiesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeFlywheelIterationRequest &, const Model::DescribeFlywheelIterationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFlywheelIterationResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListFlywheelIterationHistoryRequest &, const Model::ListFlywheelIterationHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFlywheelIterationHistoryResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectTargetedSentimentRequest &, const Model::DetectTargetedSentimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectTargetedSentimentResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ClassifyDocumentRequest &, const Model::ClassifyDocumentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ClassifyDocumentResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DetectSentimentRequest &, const Model::DetectSentimentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetectSentimentResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopTargetedSentimentDetectionJobRequest &, const Model::StopTargetedSentimentDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopTargetedSentimentDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartFlywheelIterationRequest &, const Model::StartFlywheelIterationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartFlywheelIterationResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ContainsPiiEntitiesRequest &, const Model::ContainsPiiEntitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ContainsPiiEntitiesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeDocumentClassificationJobRequest &, const Model::DescribeDocumentClassificationJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeDocumentClassificationJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopEntitiesDetectionJobRequest &, const Model::StopEntitiesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopEntitiesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListKeyPhrasesDetectionJobsRequest &, const Model::ListKeyPhrasesDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListKeyPhrasesDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartEventsDetectionJobRequest &, const Model::StartEventsDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartEventsDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::CreateFlywheelRequest &, const Model::CreateFlywheelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateFlywheelResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DeleteDocumentClassifierRequest &, const Model::DeleteDocumentClassifierOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteDocumentClassifierResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListPiiEntitiesDetectionJobsRequest &, const Model::ListPiiEntitiesDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListPiiEntitiesDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::BatchDetectKeyPhrasesRequest &, const Model::BatchDetectKeyPhrasesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDetectKeyPhrasesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeResourcePolicyRequest &, const Model::DescribeResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeResourcePolicyResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeTargetedSentimentDetectionJobRequest &, const Model::DescribeTargetedSentimentDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTargetedSentimentDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ImportModelRequest &, const Model::ImportModelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ImportModelResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeFlywheelRequest &, const Model::DescribeFlywheelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeFlywheelResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::UpdateFlywheelRequest &, const Model::UpdateFlywheelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateFlywheelResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeEntitiesDetectionJobRequest &, const Model::DescribeEntitiesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEntitiesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::BatchDetectDominantLanguageRequest &, const Model::BatchDetectDominantLanguageOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDetectDominantLanguageResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListSentimentDetectionJobsRequest &, const Model::ListSentimentDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSentimentDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartEntitiesDetectionJobRequest &, const Model::StartEntitiesDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartEntitiesDetectionJobResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListDatasetsRequest &, const Model::ListDatasetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDatasetsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DeleteFlywheelRequest &, const Model::DeleteFlywheelOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteFlywheelResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StopTrainingDocumentClassifierRequest &, const Model::StopTrainingDocumentClassifierOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StopTrainingDocumentClassifierResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListFlywheelsRequest &, const Model::ListFlywheelsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFlywheelsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::DescribeEntityRecognizerRequest &, const Model::DescribeEntityRecognizerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeEntityRecognizerResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListTopicsDetectionJobsRequest &, const Model::ListTopicsDetectionJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTopicsDetectionJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListEntityRecognizerSummariesRequest &, const Model::ListEntityRecognizerSummariesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListEntityRecognizerSummariesResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::PutResourcePolicyRequest &, const Model::PutResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutResourcePolicyResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::ListDocumentClassificationJobsRequest &, const Model::ListDocumentClassificationJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListDocumentClassificationJobsResponseReceivedHandler
std::function< void(const ComprehendClient *, const Model::StartTopicsDetectionJobRequest &, const Model::StartTopicsDetectionJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartTopicsDetectionJobResponseReceivedHandler