Skip to content

Commit 5ddde79

Browse files
committed
add adaptive custom translation documentation
1 parent 1858c8e commit 5ddde79

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

articles/ai-services/translator/custom-translator/concepts/adaptive-custom-translation.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,20 @@ All API requests require authentication using one or more of the following metho
7070
The Adaptive custom translation API is organized into three main operation categories:
7171

7272
### 1. Project Operations
73-
- [Get All Projects](#get-all-workspaces)
74-
- [Get Project](#get-workspace)
75-
- [Create Project](#create-workspace)
73+
* [Get All Projects](#get-all-projects)
74+
* [Get Project](#get-project)
75+
* [Create Project](#create-project)
7676

7777
### 2. Document Operations
78-
- [Get Adaptive Documents](#get-documents)
79-
- [Import Adaptive Documents (TMX/TSV)](#import-documents-tmx)
80-
- [Get Import Job Status](#get-import-job-status)
81-
- [Delete Documents](#import-documents)
78+
* [Get Adaptive Documents](#get-documents)
79+
* [Import Adaptive Documents (TMX/TSV)](#import-documents-tsv-tmx)
80+
* [Get Import Job Status](#get-import-job-status)
8281

8382
### 3. Dataset Index Operations
84-
- [Create Dataset Index](#create-index)
85-
- [Get Dataset Index](#get-index)
86-
- [Get All Dataset Indexes](#get-all-indexes)
87-
- [Delete Dataset Index](#delete-index)
83+
* [Create Dataset Index](#create-index)
84+
* [Get Dataset Index](#get-dataset-index)
85+
* [Get All Dataset Indexes](#get-all-dataset-indexes))
86+
* [Delete Dataset Index](#delete-dataset-index)
8887

8988
## Project Operations
9089

@@ -488,7 +487,7 @@ curl -X DELETE "https://<your-resource-name>.cognitiveservices.azure.com/transla
488487

489488
## Translate With Dataset Index
490489

491-
[Use Text Translation API](https://learn.microsoft.com/azure/ai-services/translator/text-translation/preview/overview)
490+
[Use Text Translation API](/azure/ai-services/translator/text-translation/preview/overview)
492491

493492
## Error Responses
494493

@@ -511,7 +510,7 @@ The API returns standard HTTP status codes. Common error responses:
511510

512511
## Next Steps
513512

514-
- [Learn about custom translator models](https://learn.microsoft.com/azure/ai-services/translator/custom-translator/overview)
515-
- [Learn about the text translation API](https://learn.microsoft.com/azure/ai-services/translator/text-translation/preview/overview)
516-
- [Explore Azure AI Foundry for advanced AI capabilities](https://learn.microsoft.com/azure/ai-foundry/)
513+
* [Learn about custom translator models](/azure/ai-services/translator/custom-translator/overview)
514+
* [Learn about the text translation API](/azure/ai-services/translator/text-translation/preview/overview)
515+
* [Explore Azure AI Foundry for advanced AI capabilities](/azure/ai-foundry/)
517516

articles/ai-services/translator/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ items:
240240
href: custom-translator/azure-ai-foundry/beginners-guide.md
241241
- name: Adaptive custom translation (preview) 🆕
242242
displayName: foundry, gpt, api
243-
href: custom-translator/azure-ai-foundry/adaptive-custom-translation.md
243+
href: custom-translator/azure-ai-foundry/concepts/adaptive-custom-translation.md
244244
- name: FAQ
245245
href: custom-translator/azure-ai-foundry/faq.md
246246
- name: How-to guides

0 commit comments

Comments
 (0)