Class: Azure::Face::Profiles::Latest::Client
- Inherits:
-
FaceDataClass
- Object
- FaceDataClass
- Azure::Face::Profiles::Latest::Client
- Includes:
- MsRestAzure::Common::Configurable
- Defined in:
- lib/profiles/latest/face_latest_profile_client.rb
Overview
Client class for the Latest profile SDK.
Instance Attribute Summary
Attributes inherited from FaceDataClass
#base_url, #configurable, #face, #face_list_operations, #large_face_list_operations, #large_person_group_operations, #large_person_group_person, #model_classes, #options, #person_group_operations, #person_group_person, #snapshot_operations
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
Initializes a new instance of the Client class.
Methods inherited from FaceDataClass
#add_telemetry, #method_missing
Constructor Details
#initialize(options = {}) ⇒ Client
Initializes a new instance of the Client class.
'credentials' are optional and if not passed in the hash, will be obtained
from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
Also, base_url, active_directory_settings & options are optional.
33 34 35 |
# File 'lib/profiles/latest/face_latest_profile_client.rb', line 33 def initialize( = {}) super() end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Azure::Face::Profiles::Latest::FaceDataClass