getServerUrl method
Use this method to retrieve the URL of the Eyes server used to process the captured images.
Syntax
let configval = config.getServerUrl();
config.serverUrl = configval;
configval = config.serverUrl;
Note that this feature is available as both a method and a property.
Parameters
This method does not take any parameters.Return value
- Type: string