init(priority:modelRetention:ignoresResourceLimits:)
Creates a structure containing analysis processing options.
Declaration
init(priority: TaskPriority, modelRetention: SpeechAnalyzer.Options.ModelRetention, ignoresResourceLimits: Bool)Parameters
- priority:
A priority to apply to processing work.
- modelRetention:
A model caching strategy.
- ignoresResourceLimits:
If
true, the analyzer and its modules’ resources will not be counted against the predefined system resource limits.