4.0.0-beta.5 (2022-06-07)
Features Added
- Added support for address type field value.
- Added support for vertex coordinates with model
Point
to represent polygon vertices inboundingPolygon
property. - Added
paragraphs
property onAnalyzeResult
. - Added a new
DocumentParagraph
model to represent document paragraphs. - Added
kind
property onDocumentPage
to represent the document page kind.
Breaking Changes
- Renamed
modelIDs
in methodbeginCreateComposedModel
tocomponentModelIds
- Renamed method
beginCopyModel
tobeginCopyModelTo
- Renamed property
boundingBox
in modelBoundingRegion
,DocumentLine
,DocumentWord
, andDocumentSelectionMark
toboundingPolygon
. - Removed
entities
property on modelAnalyzeResult
- Renamed
code
property onDocumentLanguage
model tolocale
Other Changes
Dependency Updates
- Upgraded
azure-core
to1.29.1
. - Upgraded
azure-core-http-netty
to1.12.2
.