微信開發之(五)接收語音識別結果

2022-01-19 03:23:52 字數 610 閱讀 7102

官方api:接收語音識別結果

/// /// 傳送響應語音識別結果

///

///

private void sendvoicemsg(requestxml requestxml)

/// /// 返回格式化的xml格式語音內容

///

private string formattextxmlforvoice(string tousername, string fromusername, string createtime, string mediaid, string recognition,string msgid)

"; }

引數描述

tousername

fromusername

傳送方帳號(乙個openid)

createtime

訊息建立時間 (整型)

msgtype

語音為voice

mediaid

format

語音格式:amr

recognition

語音識別結果,utf8編碼

msgid

訊息id,64位整型

接收訊息 接收語音識別結果

注 由於客戶端快取,開發者開啟或者關閉語音識別功能,對新關注者立刻生效,對已關注使用者需要24小時生效。開發者可以重新關注此帳號進行測試。開啟語音識別後的語音xml資料報如下 1357290913 1234567890123456 引數說明 引數描述 tousername fromusername ...

微信公眾平台開發 75 語音識別

一 接收語音識別結果 使用者傳送語音 語音xml資料報如下 xml tousername touser tousername fromusername fromuser fromusername createtime 1357290913 createtime msgtype voice msgty...

微信公眾平台開發文件 語音識別

注 由於客戶端快取,開發者開啟或者關閉語音識別功能,對新關注者立刻生效,對已關注使用者需要24小時生效。開發者可以重新關注此帳號進行測試。開啟語音識別後的語音xml資料報如下 1357290913 1234567890123456 引數說明 引數描述 tousername fromusername ...