Azure Communication Service - what does AddTextAnalyticsClient() in Call.cs do?

Nikita Kuzmin 66 Reputation points
2022-02-16T13:32:22.38+00:00

Hi! I found this method in Call.cs entity(c# class from communication services SDK) and I try to realize what it does. I expext there is feature to analyze text transcript during video call, it is correct? Can anyone share some code examples or just explain ho to use it? How I will get response with analysis from client during video call? Than you!

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
842 questions
{count} votes

Accepted answer
  1. Ryan Hill 27,686 Reputation points Microsoft Employee
    2022-02-18T16:39:47.107+00:00

    I followed that quick start @Nikita Kuzmin and didn't see AddTextAnalyticsClient() in Call.cs.

    175945-image.png

    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.

    175946-image.png

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.