Skip to content

Commit

Permalink
docs: (typo)table formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
narol1024 committed May 8, 2024
1 parent 57876a0 commit 18bb078
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ npm install react-native-tencent-asr
#### 配置参数

| 参数名称 | 类型 | 是否必填 | 参数描述 |
| -------- | :----: | :------: | ------------ |
| customizationId | string | false | 自学习模型id |

```javascript
Expand All @@ -81,6 +82,7 @@ FlashFileRecognizerModule.configure({
#### 开始识别

| 参数名称 | 类型 | 是否必填 | 参数描述 |
| -------- | :----: | :------: | ------------ |
| filePath | string | true | 音频文件路径 |

```javascript
Expand Down Expand Up @@ -125,6 +127,7 @@ OneSentenceRecognizerModule.configure({
#### 一句话识别(网络URL)

| 参数名称 | 类型 | 是否必填 | 参数描述 |
| -------- | :----: | :------: | ------------ |
| url | string | true | 音频URL |

```javascript
Expand All @@ -135,8 +138,9 @@ OneSentenceRecognizerModule.recognizeWithUrl({

#### 一句话识别(本地音频)

| 参数名称 | 类型 | 是否必填 | 参数描述 |
| filePath | string | true | 音频文件路径 |
| 参数名称 | 类型 | 是否必填 | 参数描述 |
| -------- | :----: | :------: | ------------ |
| filePath | string | true | 音频文件路径 |

```javascript
OneSentenceRecognizerModule.recognizeWithParams({
Expand Down

0 comments on commit 18bb078

Please sign in to comment.