Skip to content

Commit 072178c

Browse files
Merge pull request #107092 from IEvangelist/speechContainer
Container updates
2 parents 46494f7 + ef67b4c commit 072178c

File tree

8 files changed

+426
-316
lines changed

8 files changed

+426
-316
lines changed

articles/cognitive-services/Computer-vision/computer-vision-how-to-install-containers.md

Lines changed: 6 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: computer-vision
1010
ms.topic: conceptual
11-
ms.date: 11/21/2019
11+
ms.date: 03/10/2020
1212
ms.author: pafarley
1313
ms.custom: seodec18
1414
---
@@ -149,71 +149,26 @@ The `operation-location` is the fully qualified URL and is accessed via an HTTP
149149
"unit": "pixel",
150150
"lines": [
151151
{
152-
"boundingBox": [
153-
56,
154-
39,
155-
317,
156-
50,
157-
313,
158-
134,
159-
53,
160-
123
161-
],
152+
"boundingBox": [ 56, 39, 317, 50, 313, 134, 53, 123 ],
162153
"text": "Tabs VS",
163154
"words": [
164155
{
165-
"boundingBox": [
166-
90,
167-
43,
168-
243,
169-
53,
170-
243,
171-
123,
172-
94,
173-
125
174-
],
156+
"boundingBox": [ 90, 43, 243, 53, 243, 123, 94, 125 ],
175157
"text": "Tabs",
176158
"confidence": "Low"
177159
},
178160
{
179-
"boundingBox": [
180-
259,
181-
55,
182-
313,
183-
62,
184-
313,
185-
122,
186-
259,
187-
123
188-
],
161+
"boundingBox": [ 259, 55, 313, 62, 313, 122, 259, 123 ],
189162
"text": "VS"
190163
}
191164
]
192165
},
193166
{
194-
"boundingBox": [
195-
221,
196-
148,
197-
417,
198-
146,
199-
417,
200-
206,
201-
227,
202-
218
203-
],
167+
"boundingBox": [ 221, 148, 417, 146, 417, 206, 227, 218 ],
204168
"text": "Spaces",
205169
"words": [
206170
{
207-
"boundingBox": [
208-
230,
209-
148,
210-
416,
211-
141,
212-
419,
213-
211,
214-
232,
215-
218
216-
],
171+
"boundingBox": [ 230, 148, 416, 141, 419, 211, 232, 218 ],
217172
"text": "Spaces"
218173
}
219174
]

articles/cognitive-services/Speech-Service/speech-container-configuration.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: speech-service
1010
ms.topic: conceptual
11-
ms.date: 11/07/2019
11+
ms.date: 03/09/2020
1212
ms.author: dapine
1313
---
1414

articles/cognitive-services/Speech-Service/speech-container-howto-on-premises.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: speech-service
1010
ms.topic: conceptual
11-
ms.date: 11/04/2019
11+
ms.date: 03/09/2020
1212
ms.author: dapine
1313
---
1414

articles/cognitive-services/Speech-Service/speech-container-howto.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 12/04/2019
11+
ms.date: 03/09/2020
1212
ms.author: dapine
1313
---
1414

@@ -23,8 +23,8 @@ Speech containers enable customers to build a speech application architecture th
2323
2424
| Function | Features | Latest |
2525
|--|--|--|
26-
| Speech-to-text | Transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | 2.0.0 |
27-
| Custom Speech-to-text | Using a custom model from the [Custom Speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | 2.0.0 |
26+
| Speech-to-text | Transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | 2.1.1 |
27+
| Custom Speech-to-text | Using a custom model from the [Custom Speech portal](https://speech.microsoft.com/customspeech), transcribes continuous real-time speech or batch audio recordings into text with intermediate results. | 2.1.1 |
2828
| Text-to-speech | Converts text to natural-sounding speech with plain text input or Speech Synthesis Markup Language (SSML). | 1.3.0 |
2929
| Custom Text-to-speech | Using a custom model from the [Custom Voice portal](https://aka.ms/custom-voice-portal), converts text to natural-sounding speech with plain text input or Speech Synthesis Markup Language (SSML). | 1.3.0 |
3030

@@ -159,7 +159,7 @@ All tags, except for `latest` are in the following format and are case-sensitive
159159
The following tag is an example of the format:
160160

161161
```
162-
2.0.0-amd64-en-us-preview
162+
2.1.1-amd64-en-us-preview
163163
```
164164

165165
For all of the supported locales of the **speech-to-text** container, please see [Speech-to-text image tags](../containers/container-image-tags.md#speech-to-text).

0 commit comments

Comments
 (0)