Skip to content

Commit 6577801

Browse files
authored
Merge pull request #78711 from erhopf/master
[CogSvcs] Freshness updates for Translator Text
2 parents 390f0a0 + b120e07 commit 6577801

Some content is hidden

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

44 files changed

+49
-49
lines changed

articles/cognitive-services/Translator/character-counts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 02/01/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414

@@ -30,7 +30,7 @@ What counts is:
3030

3131
For scripts based on ideograms such as Chinese and Japanese Kanji, the Translator Text API will still count the number of Unicode code points, one character per ideogram. Exception: Unicode surrogates count as two characters.
3232

33-
The number of requests, words, bytes, or sentences is irrelevant in the character count.
33+
The number of requests, words, bytes, or sentences is irrelevant in the character count.
3434

3535
Calls to the Detect and BreakSentence methods are not counted in the character consumption. However, we do expect that the calls to the Detect and BreakSentence methods are in a reasonable proportion to the use of other functions that are counted. If the number of Detect or BreakSentence calls you make exceeds the number of other counted methods by 100 times, Microsoft reserves the right to restrict your use of the Detect and BreakSentence methods.
3636

articles/cognitive-services/Translator/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414

articles/cognitive-services/Translator/dynamic-dictionary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414

15-
# How to use the dynamic dictionary feature of the Translator Text API
15+
# How to use a dynamic dictionary
1616

1717
If you already know the translation you want to apply to a word or a phrase, you can supply it as markup within the request. The dynamic dictionary is only safe for compound nouns like proper names and product names.
1818

articles/cognitive-services/Translator/firewalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414

articles/cognitive-services/Translator/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: landing-page
14-
ms.date: 02/21/2019
14+
ms.date: 06/04/2019
1515
ms.author: v-jansko
1616
abstract:
1717
description: Translator Text is a cloud-based machine translation service you can use to translate text in near real-time through a simple REST API call. The API uses modern neural machine translation technology and offers statistical machine translation technology. Custom Translator is an extension of the Translator Text API which allows you to build neural translation systems. The customized translation system can be used to translate text with the Translator Text API or <a href="https://docs.microsoft.com/azure/cognitive-services/speech-service/"> Microsoft Speech Services</a>. For the list of supported languages, both for neural and statistical machine translation, see <a href="languages.md">Supported languages</a>.

articles/cognitive-services/Translator/language-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: reference
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414
# Language and region support for the Translator Text API
@@ -30,7 +30,7 @@ The Translator Text API supports the following languages for text to text transl
3030
* Neural only: Only neural translation is available.
3131

3232
**V3 Translator API**
33-
The V3 Translator API is neural by default and statistical systems are only available when no neural system exists.
33+
The V3 Translator API is neural by default and statistical systems are only available when no neural system exists.
3434

3535
> [!NOTE]
3636
> Currently, a subset of the neural languages are available in Custom Translator and we are gradually adding additional ones. [View languages currently available in Custom Translator](#customization).

articles/cognitive-services/Translator/prevent-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414

articles/cognitive-services/Translator/profanity-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: conceptual
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: v-pawal
1313
---
1414

articles/cognitive-services/Translator/quickstart-csharp-detect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: quickstart
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: erhopf
1313
---
1414

articles/cognitive-services/Translator/quickstart-csharp-dictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: translator-text
1010
ms.topic: quickstart
11-
ms.date: 02/21/2019
11+
ms.date: 06/04/2019
1212
ms.author: erhopf
1313
---
1414

0 commit comments

Comments
 (0)