Skip to content

Commit a37408b

Browse files
authored
Merge pull request #267924 from MicrosoftDocs/main
3/4 11:00 AM IST Publish
2 parents e009c06 + e153ac3 commit a37408b

9 files changed

+12
-1
lines changed

articles/ai-services/speech-service/how-to-pronunciation-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ This table lists some of the key configuration parameters for pronunciation asse
187187
|-----------|-------------|
188188
| `ReferenceText` | The text that the pronunciation is evaluated against.<br/><br/>The `ReferenceText` parameter is optional. Set the reference text if you want to run a [scripted assessment](#scripted-assessment-results) for the reading language learning scenario. Don't set the reference text if you want to run an [unscripted assessment](#unscripted-assessment-results).<br/><br/>For pricing differences between scripted and unscripted assessment, see [Pricing](./pronunciation-assessment-tool.md#pricing). |
189189
| `GradingSystem` | The point system for score calibration. `FivePoint` gives a 0-5 floating point score. `HundredMark` gives a 0-100 floating point score. Default: `FivePoint`. |
190-
| `Granularity` | Determines the lowest level of evaluation granularity. Returns scores for levels greater than or equal to the minimal value. Accepted values are `Phoneme`, which shows the score on the full text, word, syllable, and phoneme level, `Syllable`, which shows the score on the full text, word, and syllable level, `Word`, which shows the score on the full text and word level, or `FullText`, which shows the score on the full text level only. The provided full reference text can be a word, sentence, or paragraph. It depends on your input reference text. Default: `Phoneme`.|
190+
| `Granularity` | Determines the lowest level of evaluation granularity. Returns scores for levels greater than or equal to the minimal value. Accepted values are `Phoneme`, which shows the score on the full text, word, syllable, and phoneme level, `Word`, which shows the score on the full text and word level, or `FullText`, which shows the score on the full text level only. The provided full reference text can be a word, sentence, or paragraph. It depends on your input reference text. Default: `Phoneme`.|
191191
| `EnableMiscue` | Enables miscue calculation when the pronounced words are compared to the reference text. Enabling miscue is optional. If this value is `True`, the `ErrorType` result value can be set to `Omission` or `Insertion` based on the comparison. Values are `False` and `True`. Default: `False`. To enable miscue calculation, set the `EnableMiscue` to `True`. You can refer to the code snippet below the table. |
192192
| `ScenarioId` | A GUID for a customized point system. |
193193

articles/azure-resource-manager/management/azure-services-resource-providers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 11/07/2023
66
ms.custom: devx-track-arm-template
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# What are the resource providers for Azure services

articles/azure-resource-manager/management/delete-resource-group.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 09/27/2023
66
ms.custom: devx-track-arm-template
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# Azure Resource Manager resource group and resource deletion

articles/azure-resource-manager/management/lock-resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 01/02/2024
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# Lock your resources to protect your infrastructure

articles/azure-resource-manager/management/manage-resources-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 04/21/2023
66
ms.custom: devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# Manage Azure resources by using Python

articles/azure-resource-manager/management/move-resource-group-and-subscription.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 04/24/2023
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# Move Azure resources to a new resource group or subscription

articles/azure-resource-manager/management/resource-providers-and-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 07/14/2023
66
ms.custom: devx-track-azurecli, devx-track-azurepowershell, devx-track-arm-template, devx-track-python
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# Azure resource providers and types

articles/azure-resource-manager/management/tag-resources-python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.date: 01/27/2024
66
ms.custom: devx-track-python
77
content_well_notification:
88
- AI-contribution
9+
ai-usage: ai-assisted
910
---
1011

1112
# Apply tags with Python

articles/azure-web-pubsub/howto-web-pubsub-tunnel-tool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ SET WebPubSubConnectionString=<your connection string>
116116
:::image type="content" alt-text="Screenshot of starting the test WebSocket connection and send message." source="media\howto-web-pubsub-tunnel-tool\overview-client.png" :::
117117

118118
:::image type="content" alt-text="Screenshot of showing the traffic inspection." source="media\howto-web-pubsub-tunnel-tool\overview-tunnel.png" :::
119+
120+
## Under the hood
121+
122+
How does the tunnel tool work? Under the hood it starts a tunnel connection to the Web PubSub service. Tunnel connection is a persistent connection (WebSocket) connects to the `/server/tunnel` endpoint, and it is considered as one kind of server connections. You could also use ACL rules in the service to disable such connections from connecting.

0 commit comments

Comments
 (0)