Skip to content

Commit 309db5b

Browse files
author
Wolfgang Manousek
committed
add comment that sentiment analysis is only available in english
1 parent 00533ba commit 309db5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cognitive-services/Speech-Service/batch-transcription.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: What is batch transcription - Speech service
33
titleSuffix: Azure Cognitive Services
44
description: Batch transcription is ideal if you want to transcribe a large quantity of audio in storage, such as Azure Blobs. By using the dedicated REST API, you can point to audio files with a shared access signature (SAS) URI and asynchronously receive transcriptions.
55
services: cognitive-services
6-
author: PanosPeriorellis
6+
author: wolfma61
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 03/17/2020
12-
ms.author: panosper
11+
ms.date: 03/18/2020
12+
ms.author: wolfma
1313
---
1414

1515
# What is batch transcription?
@@ -115,7 +115,7 @@ Use these optional properties to configure transcription:
115115
`AddSentiment`
116116
:::column-end:::
117117
:::column span="2":::
118-
Specifies sentiment should be added to the utterance. Accepted values are `true` to enable sentiment per utterance and `false` (the default value) to disable it.
118+
Specifies if sentiment analysis should be applied to the utterance. Accepted values are `true` to enable and `false` (the default value) to disable it.
119119
:::row-end:::
120120
:::row:::
121121
:::column span="1":::
@@ -245,7 +245,7 @@ The sentiment feature estimates the sentiment expressed in the audio. The sentim
245245
- What went well when turning a negative call into a positive direction
246246
- Identify what customers like and what they dislike about a product or a service
247247

248-
Sentiment is scored per audio segment based on the lexical form. The entire text within that audio segment is used to calculate sentiment. No aggregate sentiment is being calculated for the entire transcription.
248+
Sentiment is scored per audio segment based on the lexical form. The entire text within that audio segment is used to calculate sentiment. No aggregate sentiment is being calculated for the entire transcription. Currently sentiment analysis is only available for the english language.
249249

250250
A JSON output sample looks like below:
251251

0 commit comments

Comments
 (0)