github Azure/azure-sdk-for-java azure-ai-formrecognizer_4.0.0-beta.6

latest releases: azure-cosmos-test_1.0.0-beta.7, azure-identity-broker_1.1.1, azure-identity_1.12.1...
pre-release21 months ago

4.0.0-beta.6 (2022-08-10)

Features Added

  • Add a constructor to create an instance of CopyAuthorization model.
  • Added BinaryData support to document analysis client using beginAnalyzeDocument(String modelId, BinaryData document, long length)
  • Added support for V2.1 & V2.0 APIs by adding FormRecognizerClient and FormTrainingClient.

Breaking Changes

  • Renamed beginCreateComposedModel method to beginComposeModel on DocumentModelAdministrationClient and DocumentModelAdministrationAsyncClient.
  • Renamed CreateComposedModelOptions model to ComposeModelOptions
  • Renamed DocumentModelInfo model to DocumentModelDetails
  • Renamed ModelOperation model to ModelOperationDetails
  • Renamed ModelOperationInfo model to ModelOperationSummary
  • Renamed getAccountProperties method to getResourceDetails
  • Renamed AccountProperties model to ResourceDetails
  • Renamed state property on model DocumentSelectionMark to selectionMarkState
  • Renamed getValue* accessor methods on DocumentField to getValueAs*
  • Renamed DocTypeInfo model to DocumentTypeDetails
  • Renamed docTypes property on DocumentModelDetails model to documentTypes
  • Removed models DocumentModelOperationException, DocumentModelOperationError and DocumentModelOperationInnerError.
  • Renamed trainingFilesUrl to blobContainerUrl in beginBuildModel method
  • Changed method beginBuildModel(String, DocumentModelBuildMode, BuildModelOptions) to beginBuildModel(String, DocumentModelBuildMode, String, BuildModelOptions)
  • Removed prefix property on model BuildModelOptions

Other Changes

Dependency Updates

  • Upgraded azure-core to 1.31.0.
  • Upgraded azure-core-http-netty to 1.12.4.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.