Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions sdk/formrecognizer/ai-form-recognizer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## 3.1.0-beta.1 (Unreleased)

- Added the `modelName` property to `CustomFormModelInfo`, reflecting the same property that was added to the model training options.
- Altered the type hierarchy so that `CustomFormModel` inherits the properties of `CustomFormModelInfo`.
- Added the `modelName` field to `BeginTrainingOptions`. The given model name will become an immutable property of the trained model.
- Migrated to the 2.1-preview.1 Form Recognizer service endpoint for all REST API calls.

## 3.0.0 (2020-08-20)
Expand Down
2 changes: 2 additions & 0 deletions sdk/formrecognizer/ai-form-recognizer/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ module.exports = function(config) {
"FORM_RECOGNIZER_API_KEY",
"FORM_RECOGNIZER_TRAINING_CONTAINER_SAS_URL",
"FORM_RECOGNIZER_TESTING_CONTAINER_SAS_URL",
"FORM_RECOGNIZER_TARGET_RESOURCE_ID",
"FORM_RECOGNIZER_TARGET_RESOURCE_REGION",
"AZURE_CLIENT_ID",
"AZURE_CLIENT_SECRET",
"AZURE_TENANT_ID"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading