Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Analytics available in cognitive-services-speech-sdk #2703

Open
rakeshdevineni123 opened this issue Dec 17, 2024 · 2 comments
Open

No Analytics available in cognitive-services-speech-sdk #2703

rakeshdevineni123 opened this issue Dec 17, 2024 · 2 comments
Assignees

Comments

@rakeshdevineni123
Copy link

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:

  1. https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/samples/ingestion/ingestion-client/infra/guide.md

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

  • OS: [e.g. Windows, Linux, Android, iOS, ...] - please be specific
  • Hardware - x64, x86, ARM, ...
  • Programming language: C#, C++, Java, JavaScript, Objective-C, Python
  • Browser [e.g. Chrome, Safari] (if applicable) - please be specific

Additional context

  • Error messages, stack trace, ...
  • Any additional information.
@HenryvanderVegte
Copy link
Contributor

Hi @rakeshdevineni123 ,

could you provide the values you set for the following parameters of the template:

  • Locale
  • 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)
  • Profanity Filter Mode
  • Punctuation Mode
  • Add Diarization
  • Add Word Level Timestamps
  • Sentiment Analysis
  • Pii Redaction

Thanks!

@HenryvanderVegte HenryvanderVegte self-assigned this Jan 3, 2025
@rakeshdevineni123
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants