3.1.0 (2021-05-26)
New Features
- This General Availability (GA) release marks the stability of the changes introduced in package versions
3.1.0-beta.1
through3.1.0-beta.4
. - Updated the
FormRecognizerModelFactory
class to support missing model types for mocking. - Added support for service version
2.0
. This can be specified in theFormRecognizerClientOptions
object under theServiceVersion
enum.
By default the SDK targets latest supported service version.
Breaking changes
- The client defaults to the latest supported service version, which currently is
2.1
. - Renamed
Id
forIdentity
in all theStartRecognizeIdDocuments
functionalities. For example, the name of the method is nowStartRecognizeIdentityDocuments
. - Renamed the model
ReadingOrder
toFormReadingOrder
. - The model
TextAppearance
now includes the propertiesStyleName
andStyleConfidence
that were part of theTextStyle
object. - Removed the model
TextStyle
. - Renamed the method
AsCountryCode
toAsCountryRegion
. - Removed type
FieldValueGender
. - Removed value
Gender
from the modelFieldValuetype
.