How to fix "ExtractSummaryActionresult" not found error for cognitive services text analytics 5.3.0 API

Agrawal, Ashish 5 Reputation points
2023-07-14T21:25:23.6166667+00:00

I have followed all steps mentioned on https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/summarization/quickstart?pivots=programming-language-python&tabs=document-summarization%2Cwindows and created a sample application using c sharp. However, I am getting error as TextAnalyticsAction does not contain definition for ExtractSummaryActions. I am using Text analytics 5.3.0 and same code as mentioned in quick start guide. Kindly assist.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,307 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,141 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Agrawal, Ashish 5 Reputation points
    2023-07-14T21:33:33+00:00

    I just noticed that we need to update ExtractSummaryActionresult to ExtractiveSummarizeResult and it works.

    1 person found this answer 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.