Sha256: 0aafe38f398000abee4cdc520ab7ce269cae8fd9dd59d5b560ad11a4a9a447b5

Contents?: true

Size: 1.57 KB

Versions: 7

Compression:

Stored size: 1.57 KB

Contents

# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

require 'google/apis/language_v2/service.rb'
require 'google/apis/language_v2/classes.rb'
require 'google/apis/language_v2/representations.rb'
require 'google/apis/language_v2/gem_version.rb'

module Google
  module Apis
    # Cloud Natural Language API
    #
    # Provides natural language understanding technologies, such as sentiment
    # analysis, entity recognition, entity sentiment analysis, and other text
    # annotations, to developers.
    #
    # @see https://cloud.google.com/natural-language/
    module LanguageV2
      # Version of the Cloud Natural Language API this client connects to.
      # This is NOT the gem version.
      VERSION = 'V2'

      # Apply machine learning models to reveal the structure and meaning of text
      AUTH_CLOUD_LANGUAGE = 'https://www.googleapis.com/auth/cloud-language'

      # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
      AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
google-apis-language_v2-0.8.0 lib/google/apis/language_v2.rb
google-apis-language_v2-0.7.0 lib/google/apis/language_v2.rb
google-apis-language_v2-0.5.0 lib/google/apis/language_v2.rb
google-apis-language_v2-0.4.0 lib/google/apis/language_v2.rb
google-apis-language_v2-0.3.0 lib/google/apis/language_v2.rb
google-apis-language_v2-0.2.0 lib/google/apis/language_v2.rb
google-apis-language_v2-0.1.0 lib/google/apis/language_v2.rb