3. SDK Features
Start record
referenceText
String
Pronunciation reference text
languageAccent
LanguageAccent
Pronunciation language accent
extraData
String
Attach data (Optional)
Used to start record for IOE evaluate pronunciation
When successful start, the SDK starts entering the recording state, it will be called on
onStart()
in recording callback. Handling start record successfully here.When start record fails, it will be processed at callback
onFail()
in recording callback.
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.
Last updated