Skip to content

Commit eda7c4c

Browse files
[ai-form-recognizer] Prepare 4.0.0 beta.6 release (Azure#22856)
* Fix polygon in document line. * Set release date. * Fix model ID in prebuilt-vaccinationCard sample * Update README.
1 parent 859c99f commit eda7c4c

File tree

4 files changed

+198
-174
lines changed

4 files changed

+198
-174
lines changed

sdk/formrecognizer/ai-form-recognizer/CHANGELOG.md

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

3-
## 4.0.0-beta.6 (Unreleased)
3+
## 4.0.0-beta.6 (2022-08-09)
44

55
### Features Added
66

@@ -15,8 +15,6 @@
1515
- Changed the suffix `-Info` for the methods and interfaces such as `DocumentModelAdministrationClient#getResourceInfo` and `DocumentModelInfo` to `-Details`.
1616
- Array properties of `AnalyzeResult`, such as `documents`, `languages`, and `pages` are now optional. If the value is `undefined`, then the model does not support the given feature. Previously, we returned an empty array, even if the model didn't support the feature.
1717

18-
### Bugs Fixed
19-
2018
### Other Changes
2119

2220
- Strongly-typed analysis functionality now checks that the `DocumentAnalysisClient`'s API version now matches the assumed API version of the `DocumentModel` exactly. This ensures that a strongly-typed model can only be used with the API version it was created for, so that future changes cannot violate the model's schema.

0 commit comments

Comments
 (0)