4.0.0-beta.2 (2021-11-09)
Features Added
- Added a
words
method toDocumentLine
. This method produces anIterableIterator
that will yield all of theDocumentWord
s that are contained by the line'sspans
. This allows accessing the words that are related to the line from the line itself. - Added
createdOn
andlastUpdatedOn
properties toDocumentAnalysisPollOperationState
andTrainingPollOperationState
that contain the date and time that the operation was created and last modified, respectively.
Bugs Fixed
- Improved the handling of long-running operations (analysis and model creation operations). This fixes a bug (#18341) that caused the clients to reject model IDs that contained certain characters with an error: "unable to parse operationLocation". Our improvements to the long-running operation code make this error no longer possible.
Breaking Changes
- Replaced the
operationId
field ofDocumentAnalysisPollOperationState
with anoperationLocation
field containing the full operation URL, rather than the operation GUID only.