3.1.0 (2021-05-26)
This version of the SDK defaults to the latest supported API version, which currently is v2.1
Note: this version will be the last to officially support Python 3.5, future versions will require Python 2.7 or Python 3.6+
Breaking Changes
begin_recognize_id_documents
renamed tobegin_recognize_identity_documents
.begin_recognize_id_documents_from_url
renamed tobegin_recognize_identity_documents_from_url
.- The model
TextAppearance
now includes the propertiesstyle_name
andstyle_confidence
that were part of theTextStyle
object. - Removed the model
TextStyle
. - Removed field value types "gender" and "country" from the
FieldValueType
enum. - Added field value type "countryRegion" to the
FieldValueType
enum. - Renamed field name for identity documents from "Country" to "CountryRegion".
New features
- Added
to_dict
andfrom_dict
methods to all of the models