Skip to content

Commit e8bcb2a

Browse files
committed
text updates
1 parent 1c2d665 commit e8bcb2a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/cognitive-services/Speech-Service/includes/speech-to-text-chart-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Starting with v2.2.0 of the speech-to-text container, the following parameters a
5454
|`textanalytics.image.args.apikey`| One of the required arguments by **text-analytics** container, which is used to track billing information.| valid apikey||
5555
|`textanalytics.cpuRequest`| The requested CPU for **text-analytics** container| int| `3000m`|
5656
|`textanalytics.cpuLimit`| The limited CPU for **text-analytics** container| | `8000m`|
57-
|`textanalytics.memoryRequest`| The requested memory for **text-analytics** container| | `6Gi`|
57+
|`textanalytics.memoryRequest`| The requested memory for **text-analytics** container| | `3Gi`|
5858
|`textanalytics.memoryLimit`| The limited memory for **text-analytics** container| | `8Gi`|
5959
|`textanalytics.service.sentimentURISuffix`| The sentiment analysis URI suffix, the whole URI is in format "http://`<service>`:`<port>`/`<sentimentURISuffix>`". | | `text/analytics/v3.0-preview/sentiment`|
6060
|`textanalytics.service.type`| The type of **text-analytics** service in Kubernetes. See [Kubernetes service types](https://kubernetes.io/docs/concepts/services-networking/service/) | valid Kubernetes service type | `LoadBalancer` |

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,9 @@ This command:
402402
403403
## Query the container's prediction endpoint
404404

405+
> [!NOTE]
406+
> Use a unique port number if you're running multiple containers.
407+
405408
| Containers | SDK Host URL | Protocol |
406409
|--|--|--|
407410
| Speech-to-text and Custom Speech-to-text | `ws://localhost:5000` | WS |
@@ -517,6 +520,8 @@ speech_config.set_service_property(
517520
}
518521
```
519522

523+
---
524+
520525
If you want to completely disable sentiment analysis, add a `false` value to `sentimentanalysis.enabled`.
521526

522527
```python
@@ -527,8 +532,6 @@ speech_config.set_service_property(
527532
)
528533
```
529534

530-
---
531-
532535
### Text-to-speech or Custom Text-to-speech
533536

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

0 commit comments

Comments
 (0)