Module: Aws::TranscribeService
- Defined in:
- lib/aws-sdk-transcribeservice/endpoint_parameters.rb,
lib/aws-sdk-transcribeservice/plugins/endpoints.rb,
lib/aws-sdk-transcribeservice/endpoint_provider.rb,
lib/aws-sdk-transcribeservice/client_api.rb,
lib/aws-sdk-transcribeservice/endpoints.rb,
lib/aws-sdk-transcribeservice/resource.rb,
lib/aws-sdk-transcribeservice/errors.rb,
lib/aws-sdk-transcribeservice/client.rb,
lib/aws-sdk-transcribeservice/types.rb,
lib/aws-sdk-transcribeservice.rb
Overview
This module provides support for Amazon Transcribe Service. This module is available in the ‘aws-sdk-transcribeservice` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
transcribe_service = Aws::TranscribeService::Client.new
resp = transcribe_service.create_call_analytics_category(params)
See Client for more information.
# Errors
Errors returned from Amazon Transcribe Service are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::TranscribeService::Errors::ServiceError
# rescues all Amazon Transcribe Service API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.110.0'