You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A stripped down, simplified version of your source code that exhibits the issue. Or, preferably, try to reproduce the problem with one of the public samples in this repository (or a minimally modified version of it), and share the code.
If relevant, a WAV file of your input audio.
Additional information as shown below
Describe the bug
I have this deployment which I created by following the above steps. The output json does not have the Text analytics even though I've specified the Service keys and the endpoint.
I expected the Json output to also have this component as we subscribe to that service. But it is not present.
"conversationAnalyticsResults": {
"conversationSummaryResults": {
"conversations": [
Version of the Cognitive Services Speech SDK
Which version of the SDK are you using.
Platform, Operating System, and Programming Language
OS: [e.g. Windows, Linux, Android, iOS, ...] - please be specific
Locale - en-US | English (United States)
Custom Model Id (no need to provide the full id, but for repro it'd be helpful to know if a custom model was used) - left blank
Profanity Filter Mode - Masked
Punctuation Mode - None
Add Diarization - true
Add Word Level Timestamps - false
Sentiment Analysis - AudioLevel
Pii Redaction - UtteranceAndAudioLevel
IN ORDER TO ASSIST YOU, PLEASE PROVIDE THE FOLLOWING:
Speech SDK log taken from a run that exhibits the reported issue.
See instructions on how to take logs.
A stripped down, simplified version of your source code that exhibits the issue. Or, preferably, try to reproduce the problem with one of the public samples in this repository (or a minimally modified version of it), and share the code.
If relevant, a WAV file of your input audio.
Additional information as shown below
Describe the bug
I have this deployment which I created by following the above steps. The output json does not have the Text analytics even though I've specified the Service keys and the endpoint.
https://portal.azure.com/#view/HubsExtension/DeploymentDetailsBlade/~/overview/id/%2Fsubscriptions%2Fa61839b4-05a1-4aa3-9a3b-03c40b076a23%2FresourceGroups%2FTRA-DEV-ML-WORKBENCH%2Fproviders%2FMicrosoft.Resources%2Fdeployments%2FMicrosoft.Template-20241213103421/packageId/Microsoft.Template/packageIconUri/https%3A%2F%2Fcatalogartifact.azureedge.net%2Fpublicartifacts%2FMicrosoft.Template-2.1.8%2FMedium.png/primaryResourceId//createBlade~/%7B%22bladeName%22%3A%22CustomDeploymentBlade%22%2C%22extension%22%3A%22Microsoft_Azure_CreateUIDef%22%2C%22telemetryId%22%3A%22314f2b48-c377-4d68-9f2c-e0cbaace4409%22%7D
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the Json output to also have this component as we subscribe to that service. But it is not present.
"conversationAnalyticsResults": {
"conversationSummaryResults": {
"conversations": [
Version of the Cognitive Services Speech SDK
Which version of the SDK are you using.
Platform, Operating System, and Programming Language
Additional context
The text was updated successfully, but these errors were encountered: