資源簡介
百度語音識別接口實現
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
using?System.Net;
using?System.IO;
using?System.Threading;
using?Newtonsoft.Json.Linq;
namespace?voice
{
????public?partial?class?Form1?:?Form
????{
????????string?cuid?=?“666“;//可以隨便寫
????????string?serverURL?=?“http://vop.baidu.com/server_api“;
????????public?Form1()
????????{
????????????InitializeComponent();
????????????cuid?=?Guid.NewGuid().ToString();
????????}
????????private?string?Post(string?audioFilePath)
????????{
????????????string?token?=?“24.cd839bae72bde020346a1534258d8173.2592000.1479976284.282335-8792499“;
????????????serverURL?+=?“?lan=zh&cuid=kwwwvagaa&token=“?+?token;
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-10-26?10:41??voice\
?????目錄???????????0??2016-10-25?12:21??voice\.vs\
?????目錄???????????0??2016-10-25?12:21??voice\.vs\voice\
?????目錄???????????0??2016-10-25?12:21??voice\.vs\voice\v14\
?????文件???????43520??2016-10-26?10:55??voice\.vs\voice\v14\.suo
?????文件?????????240??2016-10-26?10:44??voice\README.txt
?????目錄???????????0??2016-10-26?10:55??voice\voice\
?????文件?????????189??2016-10-25?12:21??voice\voice\App.config
?????文件????????2585??2016-10-25?18:37??voice\voice\Form1.Designer.cs
?????文件????????3442??2016-10-26?10:55??voice\voice\Form1.cs
?????文件????????5817??2016-10-25?18:37??voice\voice\Form1.resx
?????文件?????????517??2016-10-25?12:21??voice\voice\Program.cs
?????目錄???????????0??2016-10-25?12:21??voice\voice\Properties\
?????文件????????1336??2016-10-25?12:21??voice\voice\Properties\AssemblyInfo.cs
?????文件????????2823??2016-10-25?12:21??voice\voice\Properties\Resources.Designer.cs
?????文件????????5612??2016-10-25?12:21??voice\voice\Properties\Resources.resx
?????文件????????1092??2016-10-25?12:21??voice\voice\Properties\Settings.Designer.cs
?????文件?????????249??2016-10-25?12:21??voice\voice\Properties\Settings.settings
?????目錄???????????0??2016-10-25?12:21??voice\voice\bin\
?????目錄???????????0??2016-10-25?18:40??voice\voice\bin\Debug\
?????文件??????156204??2016-10-25?15:42??voice\voice\bin\Debug\0.wav
?????文件???????97324??2016-10-25?15:41??voice\voice\bin\Debug\1.wav
?????文件??????135724??2016-10-25?15:41??voice\voice\bin\Debug\2.wav
?????文件????????6947??1998-09-07?02:31??voice\voice\bin\Debug\3.wav
?????文件??????430592??2013-06-06?13:33??voice\voice\bin\Debug\Newtonsoft.Json.dll
?????文件?????1152512??2013-06-06?13:33??voice\voice\bin\Debug\Newtonsoft.Json.pdb
?????文件??????464518??2013-06-06?13:33??voice\voice\bin\Debug\Newtonsoft.Json.xm
?????文件??????130604??2016-10-25?15:41??voice\voice\bin\Debug\hi3.wav
?????文件???????10240??2016-10-26?10:55??voice\voice\bin\Debug\voice.exe
?????文件?????????189??2016-10-25?12:21??voice\voice\bin\Debug\voice.exe.config
?????文件???????22016??2016-10-26?10:55??voice\voice\bin\Debug\voice.pdb
............此處省略25個文件信息
- 上一篇:C# 使用Get和Post請求獲取數據
- 下一篇:C# 串口通訊 PLC
評論
共有 條評論