gpt4 book ai didi

ios - watchOS 3 是否支持 SpeechKit 框架?

转载 作者:可可西里 更新时间:2023-11-01 05:43:10 24 4
gpt4 key购买 nike

我尝试为 watchOS 导入 SpeechKit 框架,但收到错误消息。有没有办法将它与 watch 一起使用?导入 Speechkit 框架时出现错误,提示“没有这样的语音模块”

import WatchKit
import Foundation
import Speech

class SpeechInterfaceController: WKInterfaceController, SFSpeechRecognizerDelegate {

override func awake(withContext context: Any?) {
super.awake(withContext: context)

// Configure interface objects here.
}

override func willActivate() {
// This method is called when watch view controller is about to be visible to user
super.willActivate()
}

override func didDeactivate() {
// This method is called when watch view controller is no longer visible
super.didDeactivate()
}

最佳答案

语音框架不在 watchOS SDK 中(至少从 watchOS 3.0-3.1 开始)。你可以看到这个in the framework docs :

speech framework docs screenshot

(如果它支持 watchOS、tvOS 或 macOS,它们将在该页面的 SDK 下列出。)

您还可以在 Xcode SDK 中查看可用框架集:查看 Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS3.1.sdk/System/Library/Frameworks/,或者当您查看 watchOS 系统头文件的 ObjC 版本时在 Xcode 编辑器 Pane 顶部的跳转栏,或者当您手动添加到项目的 WatchKit 的链接框架和库时可用选项列表扩展目标。

关于ios - watchOS 3 是否支持 SpeechKit 框架?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39657240/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com