Contents

init(modules:options:)

Creates an analyzer.

Declaration

convenience init(modules: [any SpeechModule], options: SpeechAnalyzer.Options? = nil)

Parameters

  • modules:

    An initial list of modules to add to the analyzer. The list can be empty; modules can be added or removed later.

  • options:

    A structure specifying analysis options.

See Also

Creating an analyzer