Skip to content

Commit 2d0b80a

Browse files
committed
Added query parameter
1 parent 3ba3927 commit 2d0b80a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cognitive-services/Speech-Service/rest-speech-to-text.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 12/09/2019
11+
ms.date: 03/02/2020
1212
ms.author: erhopf
1313
---
1414

@@ -49,6 +49,7 @@ These parameters may be included in the query string of the REST request.
4949
| `language` | Identifies the spoken language that is being recognized. See [Supported languages](language-support.md#speech-to-text). | Required |
5050
| `format` | Specifies the result format. Accepted values are `simple` and `detailed`. Simple results include `RecognitionStatus`, `DisplayText`, `Offset`, and `Duration`. Detailed responses include multiple results with confidence values and four different representations. The default setting is `simple`. | Optional |
5151
| `profanity` | Specifies how to handle profanity in recognition results. Accepted values are `masked`, which replaces profanity with asterisks, `removed`, which removes all profanity from the result, or `raw`, which includes the profanity in the result. The default setting is `masked`. | Optional |
52+
| `cid` | When using the [Custom Speech portal](how-to-custom-speech.md) to create custom models, you can reference those models with the custom identifer (`cid`). | Optional |
5253

5354
## Request headers
5455

0 commit comments

Comments
 (0)