prepareCustomLanguageModel(for:clientIdentifier:configuration:ignoresCache:completion:)

Declaration

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