Share via

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.

Developer technologies | C#
Developer technologies | 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.

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

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.

    Was this answer helpful?

    1 person found this answer helpful.

Your answer

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