# encoding: utf-8 # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. require 'profiles/latest/cognitiveservices_module_definition' require 'profiles/latest/modules/cognitiveservices_profile_module' module Azure::CognitiveServices::Profiles::Latest::Mgmt # # Client class for the Latest profile SDK. # class Client < CognitiveServicesClass include MsRestAzure::Common::Configurable def initialize(options = {}) super(options) end end end