Skip to content

Commit 7be96b8

Browse files
authored
Merge pull request #98556 from YutongTie-MSFT/patch-85
(AzureCXP) fixes MicrosoftDocs/azure-docs#44319
2 parents 574f324 + cdd48bd commit 7be96b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Translator/reference/v3-0-break-sentence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ An example JSON response is:
105105
```json
106106
[
107107
{
108-
"sentenceLengths": [ 13, 11, 22 ]
108+
"sentLen": [ 13, 11, 22 ]
109109
"detectedLanguage": {
110110
"language": "en",
111111
"score": 401

0 commit comments

Comments
 (0)