DefaultNetworkPolicy
public enum DefaultNetworkPolicy
DefaultNetworkPolicy of the operation
-
offlineoperations do not make network calls.Specificy
offlineif you only want to leverage CoreML local procession.Important
Some functionality isn’t available in CoreML. Invokingofflinein these cases will result in an error.Declaration
Swift
case offline -
onlineoperations only invoke network requests to the applicable services.Declaration
Swift
case online -
autooperations make use of online and offline calls.Declaration
Swift
case auto
View on GitHub