1. Install FTTS SDK
Supports devices with Apple Neural Engine in iOS 14 and iPadOS 14 and requires a device with a TrueDepth camera on iOS 13 and iPadOS 13 and earlier.
1. Install FTTS SDK
////////2. SDK Integration
import FTTS_SDK3. SDK Feature
FTechTTSManager.instance().initSDK(appId: String, key: String) {
// onSuccess
} onFailure: { error in
// onFailure
}Param
Type
Description
FTechTTSManager.instance().delegate = selfLast updated