I followed that quick start @Nikita Kuzmin and didn't see AddTextAnalyticsClient()
in Call.cs.
What I did find though is that method is an extension method -> TextAnalyticsClientBuilderExtensions.cs, which accepts a generic of IAzureClietnFactoryBuilder
, which doesn't type match to ICall
(that I could see). In any case, I added Azure.AI.TextAnalytics to the project the extension method still didn't show.
If however, you're still seeing it, is your quick start on GitHub where I can take a closer look?
Your original ask with regards to transcript analytics, I didn't see anything in docs related to such a feature but I will reach out to the product team to see if it's on the backlog.