azure-ai-formrecognizer_3.2.0b6
Pre-release
Pre-release
3.2.0b6 (2022-08-09)
Features Added
- Added
TargetAuthorizationof typedict[str, str].
Breaking Changes
- Renamed
sourceargument toblob_container_urlonbegin_build_model()and made it a required keyword-only argument. - Changed argument order on
begin_build_model().build_modeis the first expected argument, followed byblob_container_url. - Renamed
begin_create_composed_model()onDocumentModelAdministrationClienttobegin_compose_model(). - Renamed
get_account_info()onDocumentModelAdministrationClienttoget_resource_details(). - Renamed
DocumentBuildModetoModelBuildMode. - Renamed
AccountInfomodel toResourceDetails. - Renamed
DocTypeInfomodel toDocumentTypeDetails. - Renamed
DocumentModelInfomodel toDocumentModelSummary. - Renamed
DocumentModeltoDocumentModelDetails. - Renamed
ModelOperationtoDocumentModelOperationDetails. - Renamed
ModelOperationInfotoDocumentModelOperationSummary. - Renamed
modelparameter tomodel_idonbegin_analyze_document()andbegin_analyze_document_from_url(). - Removed
continuation_tokenkeyword frombegin_analyze_document()andbegin_analyze_document_from_url()onDocumentAnalysisClientand frombegin_build_model(),begin_compose_model()andbegin_copy_model_to()onDocumentModelAdministrationClient. - Changed return type of
get_copy_authorization()fromdict[str, str]toTargetAuthorization. - Changed expected
targetparameter inbegin_copy_to()fromdict[str, str]toTargetAuthorization. - Long-running operation metadata is now accessible through the
detailsproperty on the returnedDocumentModelAdministrationLROPollerandAsyncDocumentModelAdministrationLROPollerinstances.
Other Changes
- Python 3.6 is no longer supported in this release. Please use Python 3.7 or later.