Skip to content

Commit 45ff39b

Browse files
committed
Removed misleading info and included typo.
1 parent 330a868 commit 45ff39b

File tree

1 file changed

+3
-5
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob

1 file changed

+3
-5
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/header.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@ title: "Quickstart: Recognize speech stored in blob storage - Speech service"
33
titleSuffix: Azure Cognitive Services
44
description: TBD
55
services: cognitive-services
6-
author: erhopf
6+
author: IEvangelist
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: include
11-
ms.date: 12/17/2019
12-
ms.author: erhopf
11+
ms.date: 03/13/2020
12+
ms.author: dapine
1313
zone_pivot_groups: programming-languages-set-two
1414
---
1515

1616
In this quickstart, you will use a REST API to recognize speech from files in a batch process. A batch process executes the speech transcription without any user interactions. It gives you a simple programming model, without the need to manage concurrency, custom speech models, or other details. It entails advanced control options, while making efficient use of Azure speech service resources.
1717

18-
The [batch transcription overview](../../../batch-transcription.md) describes the details to use this feature. The detailed API is available as a [Swagger document](https://westus.cris.ai/swagger/ui/index#/Custom%20Speech%20transcriptions%3A), under the heading `Custom Speech transcriptins`.
19-
2018
The following quickstart will walk you through a usage sample.

0 commit comments

Comments
 (0)