Options
public struct Options
-
The default NetworkPolicy for the operation. The default value will be
auto
.Declaration
Swift
public let defaultNetworkPolicy: DefaultNetworkPolicy
-
The voice type selected for synthesizing text to speech
Declaration
Swift
public let voice: Predictions.Voice?
-
Extra plugin specific options, only used in special circumstances when the existing options do not provide a way to utilize the underlying storage system’s functionality. See plugin documentation for expected key/values
Declaration
Swift
public let pluginOptions: Any?
-
Declaration
Swift
public init( defaultNetworkPolicy: DefaultNetworkPolicy = .auto, voice: Predictions.Voice? = nil, pluginOptions: Any? = nil )