[Cloud Computing Tencent Cloud] WeChat Mini Program integrate Tencent Cloud Smart Oral Evaluation-English (SOE-E)
Smart Oral Evaluation-English (SOE-E)
Tencent Cloud Smart Oral Evaluation-English (SOE-E) is a voice evaluation product launched by Tencent Cloud. In the past, oral English practice had to rely on professional teachers to perform subjective assessment after listening, so the cost was high and the learning time was difficult to guarantee. Tencent Cloud launched an English voice evaluation product for this scenario, supporting voice evaluation covering all ages from children to adults, supporting multiple modes such as words (words), sentences, and supporting pronunciation accuracy (GOP), fluency, completeness, and stress Accuracy and other omni-directional scoring mechanism, and the similarity of experts’ scoring is more than 95%.
Features
-
Coverage for all ages
It supports English voice evaluation and scoring covering all age groups from children to adults, and provides personalized and differentiated evaluation ability support for children.
-
Multi-dimensional scoring
Supports multiple voice evaluation modes such as words, sentences, paragraphs, and free speaking, and supports all-round scoring mechanisms such as pronunciation accuracy, fluency, and completeness.
-
Not an expert, better than an expert
The scoring results of the voice evaluation of Zhiling Speaking Evaluation are more than 95% fit with the expert scoring, which can be widely used in the oral English teaching business.
Mini Program plug-in
The Smart Oral Evaluation-English (SOE-E) Mini Program plug-in Mini Program plug-in encapsulates the recording function of the Mini Program and the calls of Wisdom Speaking Evaluation API, allowing developers to access the voice evaluation capabilities through simple configuration, eliminating the need for complicated voice fragmentation and authentication logic. Focus on business development.
Prerequites
-
Tecent Cloud
-
Account and Balance
First, you must have a Tencent Cloud Account and have sufficient balance in your account.
Sign up - Tencent Cloud - https://intl.cloud.tencent.com/register
-
API key
You can create an API key for a sub-user/collaborator. After the API key is created, the sub-user/collaborator can use APIs, SDKs, or other development tools to manage the resources under the root account within the scope of the configured permissions.
Access Key | Tencent Cloud - https://intl.cloud.tencent.com/document/product/598/32675
-
-
WeChat Mini Program
WeChat Developer Tools is a web debugging tools to help developers develop and debug Weixin Mini Programs more simply and efficiently based on the original Official Account.
Usages
Import Plug-in code
Log in to the Mini Program Plug-in Center - https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wxe5a00a1780c8eb95&token=486467026&lang=zh_CN to add the plug-in.
Introduce the following code in app.json
:
1 | // app.json |
Import plug-in code.
1 | let plugin = requirePlugin("myPlugin"); |
Initialization
Option 1 (recommended): Obtain authorization credentials from the backend to the applet plug-in, and the applet plug-in obtains the authorization credentials to initiate a request. During the formal deployment, please add a layer of permission check of your own website on the backend:
1 | let plugin = requirePlugin("myPlugin"); |
Option 2: The authorization certificate is obtained through the applet cloud function, and the applet plug-in gets the authorization certificate to initiate a request. The applet cloud has its own permission check, and no additional permission check is required:
1 | let plugin = requirePlugin("myPlugin"); |
Option 3: The applet uses a fixed key to calculate the authorization certificate. This format is suitable for front-end debugging. If you use this format, please avoid revealing the key.
1 | let plugin = requirePlugin("myPlugin"); |
Record, stop and get evaluation result:
1 | // start record |
Get evaluation result callback:
1 | manager.onSuccess((res) => { |
Other callback methods:
1 | // start callback |
References
[1] 智聆口语评测(英文)_英语口语评测_英语语音评测 - 腾讯云 - https://cloud.tencent.com/product/soe-e
[2] 智聆口语评测 - 文档中心 - 腾讯云 - https://cloud.tencent.com/document/product/884](https://cloud.tencent.com/document/product/884)
[3] 智聆口语评测 小程序插件 - SDK 文档 - 文档中心 - 腾讯云 - https://cloud.tencent.com/document/product/884/33984
[7] WeChat Developer Tools - https://developers.weixin.qq.com/miniprogram/en/dev/devtools/download.html