Share via

How to set keywords for Azure Language Abstractive Summary in VScode similarly to Azure Foundry Web version

Hugo P 0 Reputation points
2024-11-21T16:03:33.1033333+00:00

How to set keywords for Azure Language Abstractive Summary in VScode Python similarly to Azure Foundry Web version. I would like to focus on certain textual aspects similarly to what i can achieve in the web version. I am using the latest preview. User's image

Azure Language in Foundry Tools
Azure Language in Foundry Tools

An Azure service that provides natural language capabilities including sentiment analysis, entity extraction, and automated question answering.


1 answer

Sort by: Most helpful
  1. Rohit Mungi 49,131 Reputation points Microsoft Employee Moderator
    2024-11-25T10:53:27.3933333+00:00

    @Hugo P Yes, I do not see this is supported via the SDK. Since, these features of language service are still supported by text analytics SDK client

    The client language API version that is uses is 2023-04-01

    See here for reference.

    The REST API version that is used in the portal is 2024-11-01 GA or the next preview version. So, this option will be available through REST API calls if you use the API version 2024-11-01 or above.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    Was this answer helpful?

    0 comments No comments

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.