Sha256: 885f22bec0213beac855b83a51ceb9a149b3d312e7a9ef232ec636a0ab298dc3
Contents?: true
Size: 1.67 KB
Versions: 1
Compression:
Stored size: 1.67 KB
Contents
# frozen_string_literal: true # WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE require 'aws-sdk-core' require 'aws-sigv4' # This module provides support for Amazon Comprehend. This module is available in the # `aws-sdk-comprehend` 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. # # comprehend = Aws::Comprehend::Client.new # resp = comprehend.batch_detect_dominant_language(params) # # See {Client} for more information. # # # Errors # # Errors returned from Amazon Comprehend are defined in the # {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::Comprehend::Errors::ServiceError # # rescues all Amazon Comprehend API errors # end # # See {Errors} for more information. # # @!group service module Aws::Comprehend autoload :Types, 'aws-sdk-comprehend/types' autoload :ClientApi, 'aws-sdk-comprehend/client_api' module Plugins autoload :Endpoints, 'aws-sdk-comprehend/plugins/endpoints.rb' end autoload :Client, 'aws-sdk-comprehend/client' autoload :Errors, 'aws-sdk-comprehend/errors' autoload :Resource, 'aws-sdk-comprehend/resource' autoload :EndpointParameters, 'aws-sdk-comprehend/endpoint_parameters' autoload :EndpointProvider, 'aws-sdk-comprehend/endpoint_provider' autoload :Endpoints, 'aws-sdk-comprehend/endpoints' GEM_VERSION = '1.92.0' end require_relative 'aws-sdk-comprehend/customizations'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aws-sdk-comprehend-1.92.0 | lib/aws-sdk-comprehend.rb |