Skip to content

Commit 06d2013

Browse files
Merge pull request #281246 from laujan/uuf-274747-doc-intelligence-updates
correct version view c#
2 parents 1255146 + 63048c5 commit 06d2013

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/ai-services/document-intelligence/how-to-guides/includes/v4-0/csharp-sdk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: laujan
55
manager: nitinme
66
ms.service: azure-ai-document-intelligence
77
ms.topic: include
8-
ms.date: 05/23/2024
8+
ms.date: 07/18/2024
99
ms.author: lajanuar
1010
ms.custom: devx-track-csharp, ignite-2023, linux-related-content
1111
monikerRange: 'doc-intel-4.0.0'
@@ -16,7 +16,7 @@ monikerRange: 'doc-intel-4.0.0'
1616
<!-- markdownlint-disable MD033 -->
1717
<!-- markdownlint-disable MD034 -->
1818

19-
[Client library](/dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true) | [SDK reference](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.DocumentIntelligence/1.0.0-beta.2/index.html) | [REST API reference](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-02-29-preview&preserve-view=true) | [Package](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0-beta.2)| [Samples]( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/documentintelligence/Azure.AI.DocumentIntelligence/samples/README.md)|[Supported REST API versions](../../sdk-overview-v4-0.md)
19+
[Client library](/dotnet/api/overview/azure/ai.documentintelligence-readme?view=azure-dotnet-preview&preserve-view=true) | [SDK reference](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.AI.DocumentIntelligence/1.0.0-beta.2/index.html) | [REST API reference](/rest/api/aiservices/operation-groups?view=rest-aiservices-2024-02-29-preview&preserve-view=true) | [Package](https://www.nuget.org/packages/Azure.AI.DocumentIntelligence/1.0.0-beta.2)| [Samples]( https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/documentintelligence/Azure.AI.DocumentIntelligence/samples/README.md)|[Supported REST API versions](../../../sdk-overview-v4-0.md)
2020

2121
## Prerequisites
2222

@@ -786,4 +786,4 @@ if (identityDocument.Fields.TryGetValue("Sex", out DocumentField sexfield))
786786

787787
```
788788

789-
Visit the Azure samples repository on GitHub and view the [id-document model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/FormRecognizer/how-to-guide/id-document-model-output.md).
789+
Visit the Azure samples repository on GitHub and view the [ID document model output](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/FormRecognizer/how-to-guide/id-document-model-output.md).

articles/ai-services/document-intelligence/how-to-guides/use-sdk-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: azure-ai-document-intelligence
88
ms.custom: devx-track-dotnet, devx-track-extended-java, devx-track-js, devx-track-python, ignite-2023, linux-related-content
99
ms.topic: how-to
10-
ms.date: 06/11/2024
10+
ms.date: 07/18/2024
1111
ms.author: lajanuar
1212
zone_pivot_groups: programming-languages-set-formre
1313
---
@@ -68,7 +68,7 @@ Choose from the following Document Intelligence models and analyze and extract d
6868
::: zone pivot="programming-language-csharp"
6969

7070
::: moniker range="doc-intel-4.0.0"
71-
[!INCLUDE [C# SDK quickstart](includes/v3-0/csharp-sdk.md)]
71+
[!INCLUDE [C# SDK quickstart](includes/v4-0/csharp-sdk.md)]
7272
::: moniker-end
7373

7474
::: moniker range="doc-intel-3.1.0 || doc-intel-3.0.0"

0 commit comments

Comments
 (0)