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: sdk/formrecognizer/Azure.AI.FormRecognizer/CHANGELOG.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Release History
2
2
3
-
## 4.1.0-beta.2 (Unreleased)
3
+
## 4.1.0 (2023-08-10)
4
4
5
5
### Features Added
6
6
- In struct `DocumentAnalysisFeature`, added properties `Barcodes`, `KeyValuePairs`, and `Languages` as add-on capabilities.
7
-
- Added class `ContentSource` as a base class to `AzureBlobContentSource` (currently named`BlobContentSource`) and `AzureBlobFileListSource` (currently named`BlobFileListContentSource`).
8
-
- In `DocumentModelAdministrationClient`, added a new overload to `BuildDocumentModel` that takes a `ContentSource` object. It can be used to build a document model from alternative content sources.
7
+
- Added class `DocumentContentSource` as a base class to `AzureBlobContentSource` (renamed to`BlobContentSource` in this SDK version) and `AzureBlobFileListSource` (renamed to`BlobFileListContentSource` in this SDK version).
8
+
- In `DocumentModelAdministrationClient`, added a new overload to `BuildDocumentModel` that takes a `DocumentContentSource` object. It can be used to build a document model from alternative content sources.
9
9
- Added property `ServiceVersion` to classes `AnalyzeResult`, `DocumentModelDetails`, `DocumentModelSummary`, `OperationDetails`, and `OperationSummary`.
10
10
11
11
### Breaking Changes
@@ -19,8 +19,8 @@
19
19
- In `DocumentBarcodeKind`, renamed members `QRCode`, `PDF417`, `EAN8`, `EAN13`, `ITF`, and `MicroQRCode` to `QrCode`, `Pdf417`, `Ean8`, `Ean13`, `Itf`, and `MicroQrCode`, respectively.
20
20
- Renamed class `AzureBlobContentSource` to `BlobContentSource`.
21
21
- Renamed class `AzureBlobFileListSource` to `BlobFileListContentSource`.
22
-
- In class `ClassifierDocumentTypeDetails`, properties `AzureBlobFileListSource` and `AzureBlobSource` have been replaced by a single polymorphic property `TrainingDataContentSource`.
23
-
- In class `ClassifierDocumentTypeDetails`, all constructors have been replaced by a single constructor that takes a polymorphic parameter `trainingDataContentSource`.
22
+
- In class `ClassifierDocumentTypeDetails`, properties `AzureBlobFileListSource` and `AzureBlobSource` have been replaced by a single polymorphic property `TrainingDataSource`.
23
+
- In class `ClassifierDocumentTypeDetails`, all constructors have been replaced by a single constructor that takes a polymorphic parameter `trainingDataSource`.
24
24
- In class `ResourceDetails`, renamed property `CustomNeuralDocumentModelBuilds` to `NeuralDocumentModelQuota`.
25
25
- In class `DocumentClassifierDetails`, renamed property `ApiVersion` to `ServiceVersion`.
26
26
- Renamed struct `FontStyle` to `DocumentFontStyle`.
@@ -30,8 +30,6 @@
30
30
### Bugs Fixed
31
31
- Fixed a bug where calling the `GetResourceDetails` API while targeting service version `2022-08-31` would throw an `ArgumentNullException`.
0 commit comments