VisionServiceAdvancedOptions
class VisionServiceAdvancedOptions : NSObject
Defines vision service advanced options
-
Property for setting the custom URL session.
Declaration
Swift
var session: VisionCoreURLSessionProtocol { get set }
-
Sets the property string value by key.
Declaration
Swift
func setPropertyValue(_ value: String, forKey key: String)
Parameters
value
value of the property.
key
property key.