serverUrl property
Use this property to set and retrieve the URL of the Eyes server used to process the captured images.
Use this if you have a dedicated cloud or an on-premise server. By default, the test will run on the public cloud.
Syntax
Call syntax
NSString* configval; // give relevant initial value
config.serverUrl = configval;
configval = config.serverUrl
Declaration
(copy, nonatomic) NSString *serverUrl
Type:NSString*
The URI of your Eyes server in URI format. Pass a value of nil to use the default cloud server.