Skip to content

Commit 2475cb2

Browse files
committed
Merge branch 'main' of https://github.com/microsoftdocs/azure-ai-docs-pr into mlops
2 parents c73d71c + b9f5c99 commit 2475cb2

File tree

72 files changed

+584
-801
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+584
-801
lines changed

.openpublishing.publish.config.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
{
44
"docset_name": "azure-ai",
55
"build_source_folder": ".",
6+
"build_output_subfolder": "azure-ai",
7+
"locale": "en-us",
8+
"monikers": [],
9+
"moniker_ranges": [],
610
"xref_query_tags": [
711
"/dotnet",
812
"/python"
913
],
10-
"build_output_subfolder": "azure-ai",
11-
"locale": "en-us",
12-
"monikers": [],
1314
"open_to_public_contributors": true,
1415
"type_mapping": {
1516
"Conceptual": "Content",
@@ -172,4 +173,4 @@
172173
],
173174
"branch_target_mapping": {},
174175
"targets": {}
175-
}
176+
}

articles/ai-services/.openpublishing.redirection.ai-services.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
3131
"redirect_document_id": false
3232
},
33+
{
34+
"source_path_from_root": "/articles/ai-services/luis/luis-concept-data-conversion.md",
35+
"redirect_url": "/azure/ai-services/language-service/conversational-language-understanding/how-to/migrate-from-luis",
36+
"redirect_document_id": false
37+
},
3338
{
3439
"source_path_from_root": "/articles/ai-services/custom-vision-service/update-application-to-3.0-sdk.md",
3540
"redirect_url": "/azure/ai-services/custom-vision-service/overview",
@@ -405,6 +410,16 @@
405410
"redirect_url": "/azure/ai-services/speech-service/release-notes",
406411
"redirect_document_id": false
407412
},
413+
{
414+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-recognize-intents-from-speech-csharp.md",
415+
"redirect_url": "/azure/ai-services/speech-service/intent-recognition",
416+
"redirect_document_id": false
417+
},
418+
{
419+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-custom-speech-continuous-integration-continuous-deployment.md",
420+
"redirect_url": "/azure/ai-services/speech-service/how-to-custom-speech-model-and-endpoint-lifecycle",
421+
"redirect_document_id": false
422+
},
408423
{
409424
"source_path_from_root": "/articles/ai-services/anomaly-detector/how-to/postman.md",
410425
"redirect_url": "/azure/ai-services/anomaly-detector/overview",

articles/ai-services/luis/faq.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ LUIS has several limit areas. The first is the model limit, which controls inten
2424

2525
An authoring resource lets you create, manage, train, test, and publish your applications. A prediction resource lets you query your prediction endpoint beyond the 1,000 requests provided by the authoring resource. See [Authoring and query prediction endpoint keys in LUIS](luis-how-to-azure-subscription.md) to learn about the differences between the authoring key and the prediction runtime key.
2626

27-
## Does LUIS support speech to text?
28-
29-
Yes, [Speech](../speech-service/how-to-recognize-intents-from-speech-csharp.md#luis-and-speech) to text is provided as an integration with LUIS.
30-
3127
## What are Synonyms and word variations?
3228

3329
LUIS has little or no knowledge of the broader _NLP_ aspects, such as semantic similarity, without explicit identification in examples. For example, the following tokens (words) are three different things until they're used in similar contexts in the examples provided:

articles/ai-services/luis/luis-concept-data-conversion.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

articles/ai-services/luis/luis-limits.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ Use the _kind_, `LUIS`, when filtering resources in the Azure portal.The LUIS qu
9595

9696
[Sentiment analysis integration](how-to/publish.md), which provides sentiment information, is provided without requiring another Azure resource.
9797

98-
### Speech integration
99-
100-
[Speech integration](../speech-service/how-to-recognize-intents-from-speech-csharp.md) provides 1 thousand endpoint requests per unit cost.
101-
10298
[Learn more about pricing.][pricing]
10399

104100
## Keyboard controls

articles/ai-services/luis/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ items:
7474
items:
7575
- name: With Bing Spell Check v7
7676
href: luis-tutorial-bing-spellcheck.md
77-
- name: With Speech service
78-
href: ../speech-service/how-to-recognize-intents-from-speech-csharp.md?toc=/azure/ai-services/luis/toc.json&bc=/azure/ai-services/luis/breadcrumb/toc.json
7977
- name: With LUIS and question answering using orchestration
8078
href: how-to/orchestration-projects.md
8179
- name: Migrate to conversational language understanding
@@ -157,8 +155,6 @@ items:
157155
href: luis-concept-data-alteration.md
158156
- name: Data retention
159157
href: luis-concept-data-storage.md
160-
- name: Data conversion
161-
href: luis-concept-data-conversion.md
162158
- name: Data extraction
163159
href: luis-concept-data-extraction.md
164160
- name: Security

articles/ai-services/speech-service/how-to-custom-speech-continuous-integration-continuous-deployment.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

articles/ai-services/speech-service/how-to-custom-speech-deploy-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,5 @@ Logging data is available on Microsoft-owned storage for 30 days, and then it's
388388

389389
## Related content
390390

391-
- [CI/CD for custom speech](how-to-custom-speech-continuous-integration-continuous-deployment.md)
391+
- [Custom speech overview](custom-speech-overview.md)
392392
- [Custom speech model lifecycle](how-to-custom-speech-model-and-endpoint-lifecycle.md)

articles/ai-services/speech-service/how-to-custom-speech-model-and-endpoint-lifecycle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ You should receive a response body in the following format:
277277

278278
::: zone-end
279279

280-
## Next steps
280+
## Related content
281281

282282
- [Train a model](how-to-custom-speech-train-model.md)
283-
- [CI/CD for custom speech](how-to-custom-speech-continuous-integration-continuous-deployment.md)
283+
- [Custom speech overview](custom-speech-overview.md)

0 commit comments

Comments
 (0)