Skip to content

ppagent / ITencentSTTSkillOptions

Interface: ITencentSTTSkillOptions

Defined in: src/skill/tencent.stt.skill.ts:11

Extends

Properties

disabled?

optional disabled: boolean

Defined in: src/skill/skill.ts:35

技能是否被禁用,禁用后将不可用。实例级别

Inherited from

IBaseSTTSkillOptions.disabled


ensureAudioFormat?

optional ensureAudioFormat: boolean

Defined in: src/skill/base.stt.skill.ts:12

是否确保音频格式为百度支持的wav格式。默认true,如果已经对接的渠道确保了是16k或者8k单声道音频,则无需检查。

Inherited from

IBaseSTTSkillOptions.ensureAudioFormat


instanceName?

optional instanceName: string

Defined in: src/instance.base.manager.ts:10

用来区分不同实例的全局唯一key

Inherited from

IBaseSTTSkillOptions.instanceName


secretId

secretId: string

Defined in: src/skill/tencent.stt.skill.ts:12


secretKey

secretKey: string

Defined in: src/skill/tencent.stt.skill.ts:13