ConfigObject

This section covers how to use the config object for setting api key, server url for initiating a factor server.

Check out the parameter section for complete list of parameters and valid values.

class cryptonets_python_sdk.settings.configuration.ConfigObject(config_param: Dict[PARAMETERS, str] = None)

Configuration Object class handles the parameters that are required to initialize the server with other fine controlling variables for factor processor.

Parameters:
config_paramDict[PARAMETERS, str]

Configuration parameters for changing the behaviour of face processing. Refer PARAMETERS class for valid values

Attributes:
config_param

Returns the configuration parameter

Returns:
ConfigObject

Instance of the ConfigObject class.

property config_param: Dict[PARAMETERS, str]

Returns the configuration parameter