Options
struct Options
-
The default NetworkPolicy for the operation. The default value will be
auto.Declaration
Swift
public let defaultNetworkPolicy: DefaultNetworkPolicy -
The language of the audio file you are transcribing
Declaration
Swift
public let language: Predictions.Language? -
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, language: Predictions.Language? = nil, pluginOptions: Any? = nil )
View on GitHub