Skip to content

Commit 74bb1c4

Browse files
authored
Update tutorial date and API link for key phrase extraction
1 parent 39c0560 commit 74bb1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/language-service/key-phrase-extraction/tutorials/integrate-power-bi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: laujan
66
manager: nitinme
77
ms.service: azure-ai-language
88
ms.topic: tutorial
9-
ms.date: 06/04/2025
9+
ms.date: 09/29/2025
1010
ms.author: lajanuar
1111
ms.custom:
1212
- language-service-key-phrase
@@ -82,7 +82,7 @@ You might also consider filtering out blank messages using the Remove Empty filt
8282

8383
## Understand the API
8484

85-
[Key Phrase Extraction](https://westus.dev.cognitive.microsoft.com/docs/services/TextAnalytics-V3-1/operations/KeyPhrases) can process up to a thousand text documents per HTTP request. Power BI prefers to deal with records one at a time, so in this tutorial your calls to the API will include only a single document each. The Key Phrases API requires the following fields for each document being processed.
85+
[Key Phrase Extraction](/rest/api/language/text-analysis-runtime/analyze-text?view=rest-language-2024-11-01&preserve-view=true&tabs=HTTP#analyzetextkeyphraseextractioninput) can process up to a thousand text documents per HTTP request. Power BI prefers to deal with records one at a time, so in this tutorial your calls to the API will include only a single document each. The Key Phrases API requires the following fields for each document being processed.
8686

8787
| Field | Description |
8888
| - | - |

0 commit comments

Comments
 (0)