# IntellVoiceEngineAdapterInfo ## 概述 智能语音引擎适配器信息。 **起始版本:** 4.0 **相关模块:**[IntelligentVoiceEngine](_intelligent_voice_engine.md) ## 汇总 ### Public 属性 | 名称 | 描述 | | -------- | -------- | | String [wakeupPhrase](#wakeupphrase) | 唤醒词。 | | int [minBufSize](#minbufsize) | 最小语音数据量。 | | int [sampleChannels](#samplechannels) | 通道数。 | | int [bitsPerSample](#bitspersample) | 位宽。 | | int [sampleRate](#samplerate) | 采样率。 | ## 类成员变量说明 ### bitsPerSample ``` int IntellVoiceEngineAdapterInfo::bitsPerSample ``` **描述** 位宽。 ### minBufSize ``` int IntellVoiceEngineAdapterInfo::minBufSize ``` **描述** 最小语音数据量。 ### sampleChannels ``` int IntellVoiceEngineAdapterInfo::sampleChannels ``` **描述** 通道数。 ### sampleRate ``` int IntellVoiceEngineAdapterInfo::sampleRate ``` **描述** 采样率。 ### wakeupPhrase ``` String IntellVoiceEngineAdapterInfo::wakeupPhrase ``` **描述** 唤醒词。