1# IIntellVoiceEngineCallback
2
3
4## 概述
5
6IntelligentVoiceEngine模块向上层服务提供了智能语音引擎回调接口。
7
8上层服务开发人员可根据IntelligentVoiceEngine模块提供的向上智能语音引擎回调接口实现底层事件上报的功能。
9
10**起始版本:** 4.0
11
12**相关模块:**[IntelligentVoiceEngine](_intelligent_voice_engine.md)
13
14
15## 汇总
16
17
18### Public 成员函数
19
20| 名称 | 描述 |
21| -------- | -------- |
22| [OnIntellVoiceHdiEvent](#onintellvoicehdievent) ([in] struct [IntellVoiceEngineCallBackEvent](_intell_voice_engine_call_back_event.md) event) | 引擎回调函数。  |
23
24
25## 成员函数说明
26
27
28### OnIntellVoiceHdiEvent()
29
30```
31IIntellVoiceEngineCallback::OnIntellVoiceHdiEvent ([in] struct IntellVoiceEngineCallBackEvent event)
32```
33**描述**
34
35引擎回调函数。
36
37**起始版本:** 4.0
38
39**参数:**
40
41| 名称 | 描述 |
42| -------- | -------- |
43| event | 智能语音引擎回调事件信息,具体参考[IntellVoiceEngineCallBackEvent](_intell_voice_engine_call_back_event.md)。 |
44
45**返回:**
46
47如果操作成功,则返回0。
48
49如果操作失败,则返回负值。
50