/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once /* Generic header includes */ #include #include #include #include #include #include #include #include #include /* End of generic header includes */ /* Service model headers required in TranscribeStreamingServiceClient header */ #include /* End of service model headers required in TranscribeStreamingServiceClient header */ namespace Aws { namespace Http { class HttpClient; class HttpClientFactory; } // namespace Http namespace Utils { template< typename R, typename E> class Outcome; namespace Event { class EventEncoderStream; } // namespace Event namespace Threading { class Executor; } // namespace Threading } // namespace Utils namespace Auth { class AWSCredentials; class AWSCredentialsProvider; } // namespace Auth namespace Client { class RetryStrategy; } // namespace Client namespace TranscribeStreamingService { using TranscribeStreamingServiceClientConfiguration = Aws::Client::GenericClientConfiguration; using TranscribeStreamingServiceEndpointProviderBase = Aws::TranscribeStreamingService::Endpoint::TranscribeStreamingServiceEndpointProviderBase; using TranscribeStreamingServiceEndpointProvider = Aws::TranscribeStreamingService::Endpoint::TranscribeStreamingServiceEndpointProvider; namespace Model { /* Service model forward declarations required in TranscribeStreamingServiceClient header */ class StartCallAnalyticsStreamTranscriptionRequest; class AudioStream; class StartMedicalStreamTranscriptionRequest; class AudioStream; class StartStreamTranscriptionRequest; class AudioStream; /* End of service model forward declarations required in TranscribeStreamingServiceClient header */ /* Service model Outcome class definitions */ typedef Aws::Utils::Outcome StartCallAnalyticsStreamTranscriptionOutcome; typedef Aws::Utils::Outcome StartMedicalStreamTranscriptionOutcome; typedef Aws::Utils::Outcome StartStreamTranscriptionOutcome; /* End of service model Outcome class definitions */ /* Service model Outcome callable definitions */ typedef std::future StartCallAnalyticsStreamTranscriptionOutcomeCallable; typedef std::future StartMedicalStreamTranscriptionOutcomeCallable; typedef std::future StartStreamTranscriptionOutcomeCallable; /* End of service model Outcome callable definitions */ } // namespace Model class TranscribeStreamingServiceClient; /* Service model async handlers definitions */ typedef std::function StartCallAnalyticsStreamTranscriptionStreamReadyHandler; typedef std::function&) > StartCallAnalyticsStreamTranscriptionResponseReceivedHandler; typedef std::function StartMedicalStreamTranscriptionStreamReadyHandler; typedef std::function&) > StartMedicalStreamTranscriptionResponseReceivedHandler; typedef std::function StartStreamTranscriptionStreamReadyHandler; typedef std::function&) > StartStreamTranscriptionResponseReceivedHandler; /* End of service model async handlers definitions */ } // namespace TranscribeStreamingService } // namespace Aws