Skip to content

azure-ai-formrecognizer_3.2.0b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 05 Apr 22:10
833e766

3.2.0b4 (2022-04-05)

Breaking Changes

  • Renamed begin_copy_model() to begin_copy_model_to().
  • In begin_create_composed_model(), renamed required parameter model_ids to component_model_ids.
  • Renamed model_count and model_limit on AccountInfo to document_model_count and document_model_limit.

Bugs Fixed

  • Fixed to_dict() and from_dict() methods on DocumentField to support converting lists, dictionaries, and CurrenyValue field types to and from a dictionary.

Other Changes

  • Renamed sample_copy_model.py and sample_copy_model_async.py to sample_copy_model_to.py and sample_copy_model_to_async.py under the 3.2-beta samples folder. Updated the samples to use renamed copy model method.