4.0.0-beta.1 (2021-10-07)
Note: Starting with version
2021-09-30-preview
, a new set of clients were introduced to leverage the newest features of the Form Recognizer service. Please see the Migration Guide for detailed instructions on how to update application code from client library version3.1.X
or lower to the latest version.
Features Added
- This version of the SDK defaults to the latest supported Service API version, which currently is
2021_09_30_preview
. - Added class
DocumentAnalysisClient
to the newAzure.AI.FormRecognizer.DocumentAnalysis
namespace. This will be the main client to use when analyzing documents for service versions2021_09_30_preview
and higher. For lower versions, please use theFormRecognizerClient
. - Added methods
StartAnalyzeDocument
andStartAnalyzeDocumentFromUri
toDocumentAnalysisClient
. These methods substitute all existingStartRecognize<...>
methods, such asStartRecognizeContent
andStartRecognizeReceiptsFromUri
. - Added class
DocumentModelAdministrationClient
to the newAzure.AI.FormRecognizer.DocumentAnalysis
namespace. This will be the main client to use for model management for service versions2021_09_30_preview
and higher. For lower versions, please use theFormTrainingClient
. - Added methods
StartBuildModel
,StartCopyModel
,StartCreateComposedModel
,GetCopyAuthorization
,GetModel
,GetModels
,GetAccountProperties
,DeleteModel
,GetOperation
,GetOperations
, and the equivalent async methods toDocumentModelAdministrationClient
.