Contents

prepareCustomLanguageModel(for:configuration:completion:)

Creates a language model from custom training data.

Declaration

class func prepareCustomLanguageModel(for asset: URL, configuration: SFSpeechLanguageModel.Configuration, completion: @escaping  @Sendable ((any Error)?) -> Void)
class func prepareCustomLanguageModel(for asset: URL, configuration: SFSpeechLanguageModel.Configuration) async throws

Parameters

  • asset:

    The URL of a file containing custom training data. Create this file with Export(to:).

  • configuration:

    An object listing the URLs at which this method should create the language model and compiled vocabulary from the training data.

  • completion:

    Called when the language model has been created.

See Also

Creating a custom language model