Replies: 2 comments
-
Custom "verbatim-tx-audioAnalyzer" analyzer successfully created and deployed. The base "prebuilt-audioAnalyzer" with a supposedly altered runtime configuration per the properties key:
Calling "client.begin_analyze" with this analyzer's ID does not provide verbatim transcription. Furthermore, changing properties "includeSpeakerDiarization" & "includeWordStamps" to "False" is ignored. Seems all configuration properties are ignored. Copilot suggests:
Deployed in West US region. How to find if our Azure subscription has access to the verbatim mode and filler word support? Does it even exist? Is there a formal Azure Content Understanding Discussion group? |
Beta Was this translation helpful? Give feedback.
-
Creating & deploying this analyzer schema file:
results in this analyzer:
According to Copilot:
Any ideas? Any leads for further investigation? My project urgently needs this capability. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Here's my working Audio Content Understanding - Content Extraction Python code after initialization & credentials:
I need a verbatim (with filler words) transcript which includes diarization and word timestamps to be returned. I see "SDK" suggestions for azure.ai.contentunderstanding to "include" the following arguments to "client.begin_analyze":
As far as I've found, the Azure Content Understanding SDK is still a Work-In-Process. Is this something that can be readily added to the existing headers of the "begin_analyze" method in this repo's content_understanding_client.py file?
Or something like the following "analyzer.verbatim.json" file:
Thanks in advance for any discussion / comments.
Beta Was this translation helpful? Give feedback.
All reactions