Skip to content

Commit aa81aea

Browse files
authored
Fix Samples readme for Text Analytics and FormRecognizer (#11892)
1 parent 67d4f10 commit aa81aea

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.3 (2020-06-10)
3+
## 1.0.0-beta.3 (2020-06-09)
44
### New Features
55
- Support to copy a custom model from one Form Recognizer resource to another
66
- Added support for AAD Authentication.

sdk/formrecognizer/azure-ai-formrecognizer/src/samples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
topic: sample
2+
page_type: sample
33
languages:
44
- java
55
products:
66
- azure
77
- azure-cognitive-services
88
- azure-form-recognizer
9+
urlFragment: formrecognizer-java-samples
910
---
1011

11-
# Azure Form Recognizer client library for Java Samples
12+
# Azure Form Recognizer client library samples for Java
1213

1314
Azure Form Recognizer samples are a set of self-contained Java programs that demonstrate interacting with Azure Form Recognizer service
1415
using the client library. Each sample focuses on a specific scenario and can be executed independently.

sdk/textanalytics/azure-ai-textanalytics/src/samples/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
2-
topic: sample
2+
page_type: sample
33
languages:
44
- java
55
products:
66
- azure
77
- azure-cognitive-services
88
- azure-text-analytics
9+
urlFragment: textanalytics-java-samples
910
---
1011

11-
# Azure Text Analytics client library for Java Samples
12+
# Azure Text Analytics client library samples for Java
1213

1314
Azure Text Analytics samples are a set of self-contained Java programs that demonstrate interacting with Azure Text Analytics service
1415
using the client library. Each sample focuses on a specific scenario and can be executed independently.

0 commit comments

Comments
 (0)