Skip to content

Commit 77ecaed

Browse files
authored
Merge pull request #209582 from laujan/1981671-translator-displayName
add Translator displayName property
2 parents bab5b02 + fa9748c commit 77ecaed

File tree

6 files changed

+49
-7
lines changed

6 files changed

+49
-7
lines changed

articles/cognitive-services/Translator/custom-translator/sentence-alignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For a training to succeed, the table below shows the minimum number of sentences
5151
> - Training will not start and will fail if the 10,000 minimum sentence count for Training is not met.
5252
> - Tuning and Testing are optional. If you do not provide them, the system will remove an appropriate percentage from Training to use for validation and testing.
5353
> - You can train a model using only dictionary data. Please refer to [What is Dictionary](./what-is-dictionary.md).
54-
> - If your dictionary contains more than 250,000 sentences, our Document Translator is a better choice. Please refer to [Document Translator](../document-translation/overview.md).
54+
> - If your dictionary contains more than 250,000 sentences, our Document Translation feature is a better choice. Please refer to [Document Translation](../document-translation/overview.md).
5555
> - Free (F0) subscription training has a maximum limit of 2,000,000 characters.
5656
5757
## Next steps

articles/cognitive-services/Translator/document-translation/get-started-with-document-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ A batch Document Translation request is submitted to your Translator service end
118118

119119
### HTTP headers
120120

121-
The following headers are included with each Document Translator API request:
121+
The following headers are included with each Document Translation API request:
122122

123123
|HTTP header|Description|
124124
|---|--|

articles/cognitive-services/Translator/document-translation/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The **Storage Blob Data Contributor** role gives Translator (represented by the
133133

134134
### Headers
135135

136-
The following headers are included with each Document Translator API request:
136+
The following headers are included with each Document Translation API request:
137137

138138
|HTTP header|Description|
139139
|---|--|

articles/cognitive-services/Translator/document-translation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following document file types are supported by Document Translation:
5959

6060
| File type| File extension|Description|
6161
|---|---|--|
62-
|Adobe PDF|pdf|Portable document file format.|
62+
|Adobe PDF|pdf|Portable document file format. Document Translation uses optical character recognition (OCR) technology to extract and translate text in scanned PDF document while retaining the original layout.|
6363
|Comma-Separated Values |csv| A comma-delimited raw-data file used by spreadsheet programs.|
6464
|HTML|html, htm|Hyper Text Markup Language.|
6565
|Localization Interchange File Format|xlf| A parallel document format, export of Translation Memory systems. The languages used are defined inside the file.|

articles/cognitive-services/Translator/toc.yml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,31 @@ items:
55
expanded: true
66
items:
77
- name: What is Translator Service?
8+
displayName: features,develop,development,free
89
href: translator-overview.md
910
- name: Language Support
11+
displayName: iso,language code,translation,transliteration,detection,detect,pdf,document
1012
href: language-support.md
1113
- name: Pricing
14+
displayName: cost,free,standard,custom,tier,S1,S2,S3,S4,C2,C3,C4,D3,hosting
1215
href: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/translator
1316
- name: What's new?
17+
displayName: release,ga,update,support
1418
href: whats-new.md
1519
- name: Translator Service FAQ
20+
displayName: character,count,usage,attribution
1621
href: translator-faq.md
1722
- name: Text Translation
1823
expanded: true
1924
items:
2025
- name: What is Text Translation?
26+
displayName: deploy, deployment
2127
href: text-translation-overview.md
2228
- name: Create a Translator resource
23-
href: how-to-create-translator-resource.md
29+
displayName: endpoint,key,portal,azure,authentication,delete,resource
30+
href: how-to-create-translator-resource.md
2431
- name: Quickstart
32+
displayName: get started,rest,api,keys,endpoint,headers,c#,go,java,javascript,python,set up
2533
href: quickstart-translator.md
2634
- name: Samples
2735
items:
@@ -50,28 +58,38 @@ items:
5058
- name: How-to guides
5159
items:
5260
- name: Use the Text Translator APIs
61+
displayName: detection,detect,translation,transliteration,identification,length,sentence length,alternate,usage,headers,set up,status,401
5362
href: translator-text-apis.md
5463
- name: Migrate to V3 Text API
64+
displayName: speech,error,version,endpoint,compatibility,json,authentication,pricing
5565
href: migrate-to-v3.md
5666
- name: Add profanity filtering
67+
displayName: profanityMarker,marker,profanityAction,action
5768
href: profanity-filtering.md
5869
- name: Receive word alignment information
70+
displayName: restrictions
5971
href: word-alignment.md
6072
- name: Prevent translation of content
73+
displayName: textType,text type,noTranslate,no translate,dynamic dictionary,custom,tag
6174
href: prevent-translation.md
6275
- name: Use the dynamic dictionary feature
6376
href: dynamic-dictionary.md
6477
- name: Translate behind firewalls
78+
displayName: domain,IP,filtering,tag,endpoints,CognitiveServicesManagement
6579
href: firewalls.md
6680
- name: Use the Translator container
6781
items:
6882
- name: Install and run containers
83+
displayName: docker,docker-run,run,pull,swagger,c#,python,import,cpu,EULA,billing
6984
href: containers/translator-how-to-install-container.md
7085
- name: Configure containers
86+
displayName: docker,docker-run,billing,settings,key,logging,EULA,telemetry,proxy
7187
href: containers/translator-container-configuration.md
7288
- name: Use containers in disconnected environments
89+
displayName: text,docker,pull,mcr,registry,commitment,parameters
7390
href: ../containers/disconnected-containers.md
7491
- name: "Container: Translate"
92+
displayName: textType,text type,preview,POST,parameters,request,
7593
href: containers/translator-container-supported-parameters.md
7694
- name: Tutorials
7795
items:
@@ -86,42 +104,52 @@ items:
86104
- name: Reference
87105
items:
88106
- name: v3 Translator reference
107+
displayName: 401000,405000,400000
89108
href: reference/v3-0-reference.md
90109
- name: Text Translator REST APIs
91110
href: reference/rest-api-guide.md
92111
- name: Languages
93112
href: reference/v3-0-languages.md
94113
- name: Translate
114+
displayName: detection,detect
95115
href: reference/v3-0-translate.md
96116
- name: Transliterate
97117
href: reference/v3-0-transliterate.md
98118
- name: Detect
99119
href: reference/v3-0-detect.md
100120
- name: BreakSentence
121+
displayName: detection,detect
101122
href: reference/v3-0-break-sentence.md
102123
- name: Dictionary Lookup
103124
href: reference/v3-0-dictionary-lookup.md
104125
- name: Dictionary Examples
105126
href: reference/v3-0-dictionary-examples.md
106127
- name: Request limits
128+
displayName: detection,detect,region,
107129
href: request-limits.md
108130
- name: Document Translation
109131
items:
110132
- name: What is Document Translation?
133+
displayName: ocr,batch,features,development,formats,file types
111134
href: document-translation/overview.md
112135
- name: Client-library SDKs
136+
displayName: batch,c#,dotnet,.net,python,blob,set up,install,cli,storage,domain,custom domain
113137
href: document-translation/client-sdks.md
114138
- name: Quickstart
139+
displayName: get started,batch,sdk,c#,.net,dotnet,python,javascript,java,go,source,target,blob,set up,storage,domain,custom domain
115140
href: document-translation/get-started-with-document-translation.md
116141
- name: How-to guides
117142
items:
118143
- name: Create SAS tokens for storage containers
144+
displayName: user,delegation,shared access,tokens,storage explorer,azure,portal,blob,url
119145
href: document-translation/create-sas-tokens.md
120146
- name: Create and use managed identities
147+
displayName: batch,azure active directory,azure ad,azure role-based access control,azure RBAC,sas,assignment,role,owner,user access administrator,contributor
121148
href: document-translation/managed-identity.md
122149
- name: Reference
123150
items:
124151
- name: Document Translation REST APIs
152+
displayName: get,post,cancel,delete
125153
href: document-translation/reference/rest-api-guide.md
126154
- name: Get supported document formats
127155
href: document-translation/reference/get-supported-document-formats.md
@@ -152,24 +180,33 @@ items:
152180
- name: Custom Translation | Preview
153181
items:
154182
- name: Custom Translator for beginners
183+
displayName: use case,usage,train,training,bleu,tuning,tune
155184
href: custom-translator/v2-preview/beginners-guide.md
156185
- name: Quickstart
186+
displayName: workspace,project,parallel,train,upload,publish,
157187
href: custom-translator/v2-preview/quickstart.md
158188
- name: How-to guides
159189
items:
160190
- name: Create and manage a workspace
191+
displayName: share
161192
href: custom-translator/v2-preview/how-to/create-manage-workspace.md
162193
- name: Create and manage a project
194+
displayName: models,pairs,label,edit,delete
163195
href: custom-translator/v2-preview/how-to/create-manage-project.md
164196
- name: Create and manage training documents
197+
displayName: parallel,document sets,tuning,phrase,sentence,upload
165198
href: custom-translator/v2-preview/how-to/create-manage-training-documents.md
166199
- name: Train a custom model
200+
displayName: full,dictionary,duplicate
167201
href: custom-translator/v2-preview/how-to/train-custom-model.md
168202
- name: View the model details and test translation
203+
displayName: bleu,baseline
169204
href: custom-translator/v2-preview/how-to/view-model-test-translation.md
170205
- name: Publish a custom model
206+
displayName: replace
171207
href: custom-translator/v2-preview/how-to/publish-model.md
172208
- name: Translate text with a custom model
209+
displayName: category,ID,category ID,
173210
href: custom-translator/v2-preview/how-to/translate-with-custom-model.md
174211
- name: Custom Translator | Legacy
175212
items:
@@ -198,24 +235,29 @@ items:
198235
- name: Concepts
199236
items:
200237
- name: Customize and improve text translation
238+
displayName: speech
201239
href: customization.md
202240
- name: Workspaces and projects
203241
href: custom-translator/workspace-and-project.md
204242
- name: Parallel documents
205243
href: custom-translator/what-are-parallel-documents.md
206244
- name: Dictionary
245+
displayName: phrase,sentence,recommendations
207246
href: custom-translator/what-is-dictionary.md
208247
- name: Document formats
209248
href: custom-translator/document-formats-naming-convention.md
210249
- name: Sentence alignment
211250
href: custom-translator/sentence-alignment.md
212251
- name: Data filtering
252+
displayName: deduplication,white space,punctuation,tags,invalid
213253
href: custom-translator/data-filtering.md
214254
- name: Training and modeling
255+
displayName: tuning
215256
href: custom-translator/training-and-model.md
216257
- name: BLEU score
217258
href: custom-translator/what-is-bleu-score.md
218259
- name: Customer-managed keys
260+
displayName: encryption,key vault,revoke
219261
href: encrypt-data-at-rest.md
220262
- name: Reference
221263
items:
@@ -226,7 +268,7 @@ items:
226268
- name: Resources
227269
items:
228270
- name: Translator in sovereign clouds
229-
displayName: fairfax,mooncake,compliant,secret,compliance,government,government cloud,dod,china
271+
displayName: fairfax,compliant,secret,compliance,government,government cloud,dod,china,batch,region
230272
href: sovereign-clouds.md
231273
- name: Compliance and certification
232274
href: https://www.microsoft.com/translator/business/notrace/

articles/cognitive-services/Translator/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Document Translation .NET and Python client-library SDKs are now generally avail
6161

6262
### [Document Translation support for scanned PDF documents](https://aka.ms/blog_ScannedPdfTranslation)
6363

64-
* Document Translator uses optical character recognition (OCR) technology to extract and translate text in scanned PDF document while retaining the original layout.
64+
* Document Translation uses optical character recognition (OCR) technology to extract and translate text in scanned PDF document while retaining the original layout.
6565

6666
## April 2022
6767

0 commit comments

Comments
 (0)