📄
IOE SDK
  • Introduction to IOE SDK
  • Change Logs
  • [Android] IOE SDK
    • 1. Install IOE SDK
    • 2. SDK Integration
    • 3. SDK Features
  • [iOS] IOE SDK
    • 1. Install IOE SDK
    • 2. SDK Integration
    • 3. SDK Feature
Powered by GitBook
On this page
  1. [iOS] IOE SDK

3. SDK Feature

Start record

Param
Type
Description

referenceText

String

Pronunciation reference text

languageAccent

LanguageAccent

Pronunciation language accent (Optional - Default English accent)

extraData

String

Attach data (Optional)

  • Used to start record for IOE evaluate pronunciation

  • When start record fails, it will be processed at callback onFail() in recording callback.

FTechIOEManager.instance().startRecord(referenceText: "")

Stop record

  • Used to stop record and start evaluate pronunciation process

  • When successful evaluate, the SDK will be return evaluate result on onComplete() in recording callback. Handling stop record successfully here.

  • When stop record and evaluate fails, it will be processed at callback onFail() in recording callback.

    FTechIOEManager.instance().stopRecord()
Previous2. SDK Integration

Last updated 1 year ago