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

Add package dependencies:

////////

2. SDK Integration

import FTTS_SDK

3. SDK Feature

init SDK

FTechTTSManager.instance().initSDK(appId: String, key: String) {
    // onSuccess
} onFailure: { error in
    // onFailure
}
Param
Type
Description

appId

String

Application id

key

String

Secret key

Contact us for get app_id & secret_key

Register callback

FTechTTSManager.instance().delegate = self

Last updated