2. FSTT SDK features
FTechSSTManager.instance().initSDK(appId: "", key: "")Param
Type
Description
FTechSSTManager.instance().delegate = selfstatus
Description
extension ViewController: FTechSSTManagerDelegate {
func onStart() {
}
func onRecording() {
}
func onCompletion(data: STTResponse) {
}
func onFailure(error: FTError) {
}
}Last updated