You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/native-document-support/use-native-documents.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: laujan
6
6
manager: nitinme
7
7
ms.service: azure-ai-language
8
8
ms.topic: how-to
9
-
ms.date: 06/20/2024
9
+
ms.date: 11/19/2024
10
10
ms.author: lajanuar
11
11
---
12
12
@@ -21,8 +21,6 @@ ms.author: lajanuar
21
21
22
22
> [!IMPORTANT]
23
23
>
24
-
> * Native document support is a gated preview. To request access to the native document support feature, complete and submit the [**Apply for access to Language Service previews**](https://aka.ms/gating-native-document) form.
25
-
>
26
24
> * Azure AI Language public preview releases provide early access to features that are in active development.
27
25
> * Features, approaches, and processes may change, prior to General Availability (GA), based on user feedback.
28
26
@@ -206,7 +204,7 @@ For this quickstart, you need a **source document** uploaded to your **source co
206
204
1. Here's the preliminary structure of the POST request:
207
205
208
206
```bash
209
-
POST {your-language-endpoint}/language/analyze-documents/jobs?api-version=2023-11-15-preview
207
+
POST {your-language-endpoint}/language/analyze-documents/jobs?api-version=2024-11-15-preview
210
208
```
211
209
212
210
1. Before you run the **POST** request, replace `{your-language-resource-endpoint}` and `{your-key}` with the values from your Azure portal Language service instance.
@@ -217,21 +215,21 @@ For this quickstart, you need a **source document** uploaded to your **source co
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/whats-new.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@ ms.author: jboback
15
15
16
16
Azure AI Language is updated on an ongoing basis. To stay up-to-date with recent developments, this article provides you with information about new releases and features.
17
17
18
+
## November 2024
19
+
20
+
*[Native document support](native-document-support/use-native-documents.md) is now available in public preview `20224-11-15-preview` without gated preview limitations.
21
+
18
22
## September 2024
19
23
20
24
* PII detection now has container support. See more details in the Azure Update post: [Announcing Text PII Redaction Container Release](https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/announcing-text-pii-redaction-container-release/ba-p/4264655).
0 commit comments