IntellVoiceEngineAdapterInfo

概述

智能语音引擎适配器信息。

起始版本: 4.0

相关模块:IntelligentVoiceEngine

汇总

Public 属性

名称 描述
String wakeupPhrase 唤醒词。
int minBufSize 最小语音数据量。
int sampleChannels 通道数。
int bitsPerSample 位宽。
int sampleRate 采样率。

类成员变量说明

bitsPerSample

int IntellVoiceEngineAdapterInfo::bitsPerSample

描述 位宽。

minBufSize

int IntellVoiceEngineAdapterInfo::minBufSize

描述 最小语音数据量。

sampleChannels

int IntellVoiceEngineAdapterInfo::sampleChannels

描述 通道数。

sampleRate

int IntellVoiceEngineAdapterInfo::sampleRate

描述 采样率。

wakeupPhrase

String IntellVoiceEngineAdapterInfo::wakeupPhrase

描述 唤醒词。