Skip to content

Commit d41c536

Browse files
committed
FormRe freshness
1 parent a891a5e commit d41c536

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

articles/cognitive-services/form-recognizer/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: forms-recognizer
1010
ms.topic: overview
11-
ms.date: 12/05/2019
11+
ms.date: 04/14/2020
1212
ms.author: pafarley
1313
#Customer intent: As a developer of form-processing software, I want to learn what the Form Recognizer service does so I can determine if I should use it.
1414
---

articles/cognitive-services/form-recognizer/quickstarts/dotnet-sdk.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: forms-recognizer
99
ms.topic: quickstart
10-
ms.date: 12/05/2019
10+
ms.date: 04/14/2020
1111
ms.author: pafarley
1212
---
1313

@@ -37,7 +37,7 @@ Use the Form Recognizer client library for .NET to:
3737

3838
[!INCLUDE [create resource](../includes/create-resource.md)]
3939

40-
After you get a key from your trial subscription or resource, [create environment variables](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key and endpoint, named `FORM_RECOGNIZER_KEY` and `FORM_RECOGNIZER_ENDPOINT`, respectively.
40+
After you get a key and endpoint, [create environment variables](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key and endpoint, named `FORM_RECOGNIZER_KEY` and `FORM_RECOGNIZER_ENDPOINT`, respectively.
4141

4242
### Create a new C# application
4343

@@ -95,12 +95,6 @@ The following classes handle the main functionality of the Form Recognizer SDK.
9595

9696
## Code examples
9797

98-
<!--
99-
Include code snippets and short descriptions for each task you list in the the bulleted list. Briefly explain each operation, but include enough clarity to explain complex or otherwise tricky operations.
100-
101-
Include links to the service's reference content when introducing a class for the first time
102-
-->
103-
10498
These code snippets show you how to do the following tasks with the Form Recognizer client library for .NET:
10599

106100
* [Authenticate the client](#authenticate-the-client)
@@ -188,7 +182,7 @@ Additionally, if you trained a custom model that you want to delete from your ac
188182
In this quickstart, you used the Form Recognizer .NET client library to train a custom model and analyze forms. Next, learn tips to create a better training data set and produce more accurate models.
189183

190184
> [!div class="nextstepaction"]
191-
>[Build a training data set](../build-training-data-set.md)
185+
> [Build a training data set](../build-training-data-set.md)
192186
193187
* [What is Form Recognizer?](../overview.md)
194188
* The source code for this sample can be found on [GitHub](https://github.com/Azure-Samples/cognitive-services-quickstart-code/tree/master/dotnet/FormRecognizer).

0 commit comments

Comments
 (0)