- 1. 导入
 - 2. 客户端SDK调用接口
 - 2.1 静态方法:GetSpeechRecognizer()
 - 2.2 静态方法:LoadFile()
 - 2.3 静态方法:DecodeWav()
 - 2.4 静态方法:NewHTTPSpeechRecognizer()
 - 2.5 结构体:BaseSpeechRecognizer{}
 - 2.6 结构体:HTTPSpeechRecognizer{}
 - 2.7 接口:ISpeechRecognizer{}
 - 2.8 结构体:AsrtAPISpeechRequest{}
 - 2.9 结构体:AsrtAPILanguageRequest{}
 - 2.10 结构体:AsrtAPIResponse{}
 - 2.11 结构体:Wav{}
 - 3. 样例代码
 
1. 导入
import "github.com/nl8590687/asrt-sdk-go/sdk"原版自动生成的Golang在线文档:https://pkg.go.dev/github.com/nl8590687/asrt-sdk-go/sdk
2. 客户端SDK调用接口
2.1 静态方法:GetSpeechRecognizer()
- 定义
包:sdk 
2.2 静态方法:LoadFile()
- 定义
包:sdk 
2.3 静态方法:DecodeWav()
- 定义
包:sdk 
2.4 静态方法:NewHTTPSpeechRecognizer()
- 定义
包:sdk 
2.5 结构体:BaseSpeechRecognizer{}
- 定义
包:sdk 
2.6 结构体:HTTPSpeechRecognizer{}
- 定义
包:sdk 
2.7 接口:ISpeechRecognizer{}
- 定义
包:sdk 
2.8 结构体:AsrtAPISpeechRequest{}
- 定义
包:common 
2.9 结构体:AsrtAPILanguageRequest{}
- 定义
包:common 
2.10 结构体:AsrtAPIResponse{}
- 定义
包:common 
2.11 结构体:Wav{}
- 定义
包:common 
3. 样例代码
https://github.com/nl8590687/asrt-sdk-go/blob/main/client_example.go
作者:AI柠檬  创建时间:2022-03-21 01:14
更新时间:2024-12-24 00:12
更新时间:2024-12-24 00:12