Skip to content

Commit 1c2d665

Browse files
committed
fixing tabs
1 parent fa8f3f4 commit 1c2d665

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ If you provided your Text Analytics API credentials [to the container](#analyze-
418418
> [!NOTE]
419419
> You can configure API responses to use either a *simple* or *detailed* format.
420420
421-
# [Simple format](#tab/csharp)
421+
# [Simple format](#tab/simple-format)
422422

423423
To configure the Speech client to use a simple format, add `"Sentiment"` as a value for `Simple.Extensions`. If you want to choose a specific Text Analytics model version, replace `'latest'` in the `speechcontext-phraseDetection.sentimentAnalysis.modelversion` property configuration.
424424

@@ -452,7 +452,7 @@ speech_config.set_service_property(
452452
}
453453
```
454454

455-
# [Detailed format](#tab/csharp)
455+
# [Detailed format](#tab/detailed-format)
456456

457457
To configure the Speech client to use a detailed format, add `"Sentiment"` as a value for `Detailed.Extensions`, `Detailed.Options`, or both. If you want to choose a specific Text Analytics model version, replace `'latest'` in the `speechcontext-phraseDetection.sentimentAnalysis.modelversion` property configuration.
458458

@@ -527,6 +527,8 @@ speech_config.set_service_property(
527527
)
528528
```
529529

530+
---
531+
530532
### Text-to-speech or Custom Text-to-speech
531533

532534
[!INCLUDE [Query Text-to-speech container endpoint](includes/text-to-speech-container-query-endpoint.md)]

0 commit comments

Comments
 (0)